Home
last modified time | relevance | path

Searched defs:has_trivial_constructor (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/type_traits/
Dhas_trivial_constructor.hpp39 template <typename T> struct has_trivial_constructor struct
46 template <> struct has_trivial_constructor<void> : public boost::false_type{}; struct
47 template <> struct has_trivial_constructor<void const> : public boost::false_type{}; struct
48 template <> struct has_trivial_constructor<void const volatile> : public boost::false_type{}; struct
49 template <> struct has_trivial_constructor<void volatile> : public boost::false_type{}; struct
/third_party/boost/boost/numeric/ublas/
Dtraits.hpp600 struct has_trivial_constructor : public boost::has_trivial_constructor<T> {}; struct
606 struct has_trivial_constructor<std::complex<FLT> > : public has_trivial_constructor<FLT> {}; struct
/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp924 struct has_trivial_constructor struct