Searched defs:alignment_of (Results 1 – 3 of 3) 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
147 static inline u64 alignment_of(u64 ptr) in alignment_of() function
927 struct alignment_of struct