Searched refs:construct (Results 1 – 1 of 1) sorted by relevance
95 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() function125 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() function