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

/external/stlport/stlport/stl/
H A D_construct.h250 inline _Tp __default_constructed_aux(_Tp*, const __false_type&) { function
254 inline _Tp __default_constructed_aux(_Tp*, const __true_type&) { function
260 return __default_constructed_aux(__p, _HasDefaultZeroValue(__p)._Answer());

Completed in 65 milliseconds