Searched defs:alignment_of (Results 1 – 9 of 9) sorted by relevance
88 template <class T> struct alignment_of : public integral_constant<std::size_t, ::boost::detail::ali… struct92 template <typename T> struct alignment_of<T&> : public alignment_of<T*>{}; struct98 template<> struct alignment_of<long double> : public alignment_of<long_double_wrapper>{}; struct102 template<> struct alignment_of<void> : integral_constant<std::size_t, 0>{}; struct104 template<> struct alignment_of<void const> : integral_constant<std::size_t, 0>{}; struct105 template<> struct alignment_of<void const volatile> : integral_constant<std::size_t, 0>{}; struct106 template<> struct alignment_of<void volatile> : integral_constant<std::size_t, 0>{}; struct
19 struct alignment_of struct
24 struct alignment_of struct
25 struct alignment_of struct
42 struct alignment_of struct
65 alignment_of<value_type>::value>::value in allocate() enumerator
928 struct alignment_of struct