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

/haiku/headers/cpp/
H A Dstl_construct.h47 inline void construct(_T1* __p, const _T2& __value) { function
52 inline void construct(_T1* __p) { function
H A Dstl_alloc.h770 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function in class:allocator
848 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } function

Completed in 35 milliseconds