Searched defs:is_pod (Results 1 – 3 of 3) sorted by relevance
22 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_NO_SPECIALIZATIONS is_pod : public integral_constant<bool, __is_pod(_Tp)> {}; struct
216 struct is_pod { struct217 static const bool value = __is_pod(T); argument
214 void is_pod() in is_pod() function