OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Is_POD
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
_construct.h
113
_Construct_aux (__p,
_Is_POD
(__p)._Answer());
134
_Copy_Construct_aux(__p, __val,
_Is_POD
(__p)._Answer());
154
_Param_Construct_aux(__p, __val,
_Is_POD
(__p)._Answer());
178
_Move_Construct_Aux(__p, __val,
_Is_POD
(__p)._Answer());
type_traits.h
551
inline _IsPOD<_Tp>
_Is_POD
(_Tp*)
619
# define _STLP_IS_POD_ITER(_It, _Tp)
_Is_POD
( _STLP_VALUE_TYPE( _It, _Tp ) )._Answer()
Completed in 102 milliseconds