Searched refs:_STLP_HAS_TRIVIAL_COPY (Results 1 – 3 of 3) sorted by relevance
83 # define _STLP_HAS_TRIVIAL_COPY(T) __has_trivial_copy(T) macro
141 # define _STLP_HAS_TRIVIAL_COPY(T) Metrowerks::has_trivial_copy_ctor<T>::value macro
250 typedef typename __bool2type<_STLP_HAS_TRIVIAL_COPY(_Tp)>::_Ret has_trivial_copy_constructor;