Searched defs:char_alignment (Results 1 – 1 of 1) sorted by relevance
75 template <std::size_t Target, bool check> struct char_alignment{ typedef char type; }; struct76 template <std::size_t Target> struct char_alignment<Target, false>{ typedef typename short_alignmen… struct83 …typedef typename boost::detail::char_alignment<Align, boost::alignment_of<char>::value >= Align>::…