Searched defs:_Param_Construct (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_construct.h150 inline void _Param_Construct(_T1* __p, const _T2& __val) { function
162 _Param_Construct(__p, __val);
274 inline void construct(_T1* __p, const _T2& __val) {_Param_Construct(__p, __val); }

Completed in 1399 milliseconds