Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_Allocator.h92 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() function
122 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() function