Home
last modified time | relevance | path

Searched defs:alignment_of (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/type_traits/
Dalignment_of.hpp88 template <class T> struct alignment_of : public integral_constant<std::size_t, ::boost::detail::ali… struct
92 template <typename T> struct alignment_of<T&> : public alignment_of<T*>{}; struct
98 template<> struct alignment_of<long double> : public alignment_of<long_double_wrapper>{}; struct
102 template<> struct alignment_of<void> : integral_constant<std::size_t, 0>{}; struct
104 template<> struct alignment_of<void const> : integral_constant<std::size_t, 0>{}; struct
105 template<> struct alignment_of<void const volatile> : integral_constant<std::size_t, 0>{}; struct
106 template<> struct alignment_of<void volatile> : integral_constant<std::size_t, 0>{}; struct
/third_party/boost/boost/align/detail/
Dalignment_of_codegear.hpp19 struct alignment_of struct
Dalignment_of_gcc.hpp19 struct alignment_of struct
Dalignment_of_clang.hpp19 struct alignment_of struct
Dalignment_of.hpp24 struct alignment_of struct
Dalignment_of_msvc.hpp25 struct alignment_of struct
/third_party/boost/boost/align/
Dalignment_of.hpp42 struct alignment_of struct
Daligned_allocator.hpp65 alignment_of<value_type>::value>::value in allocate() enumerator
/third_party/boost/boost/move/detail/
Dtype_traits.hpp928 struct alignment_of struct