Searched defs:has_trivial_default_constructor (Results 1 – 2 of 2) sorted by relevance
51 template <class T> struct has_trivial_default_constructor : public has_trivial_constructor<T> {}; struct
1284 void has_trivial_default_constructor() { in has_trivial_default_constructor() function