Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_construct.h118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { in _Copy_Construct_aux() function
123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { in _Copy_Construct_aux() function
134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); in _Copy_Construct()