Searched refs:short_alignment (Results 1 – 1 of 1) sorted by relevance
73 template <std::size_t Target, bool check> struct short_alignment{ typedef short type; }; argument74 template <std::size_t Target> struct short_alignment<Target, false>{ typedef typename int_alignment… argument77 …ize_t Target> struct char_alignment<Target, false>{ typedef typename short_alignment<Target, boost…