Searched defs:has_trivial_constructor (Results 1 – 1 of 1) sorted by relevance
39 template <typename T> struct has_trivial_constructor struct46 template <> struct has_trivial_constructor<void> : public boost::false_type{}; struct47 template <> struct has_trivial_constructor<void const> : public boost::false_type{}; struct48 template <> struct has_trivial_constructor<void const volatile> : public boost::false_type{}; struct49 template <> struct has_trivial_constructor<void volatile> : public boost::false_type{}; struct