Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/
Dtype_with_alignment.hpp75 template <std::size_t Target, bool check> struct char_alignment{ typedef char type; }; struct
76 template <std::size_t Target> struct char_alignment<Target, false>{ typedef typename short_alignmen… struct
83 …typedef typename boost::detail::char_alignment<Align, boost::alignment_of<char>::value >= Align>::…