Searched refs:_Move_Construct_Aux (Results 1 – 1 of 1) sorted by relevance
158 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_type& /*_IsPOD*/) { in _Move_Construct_Aux() function167 inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_type& /*_IsPOD*/) { in _Move_Construct_Aux() function178 _Move_Construct_Aux(__p, __val, _Is_POD(__p)._Answer()); in _Move_Construct()