Searched defs:is_pod (Results 1 – 3 of 3) sorted by relevance
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