Searched defs:is_pod (Results 1 – 4 of 4) sorted by relevance
21 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_pod struct
207 struct is_pod { struct208 static const bool value = __is_pod(T); argument
1913 def is_pod(self): member in Type
166 void is_pod() in is_pod() function