Searched defs:short_alignment (Results 1 – 1 of 1) sorted by relevance
73 template <std::size_t Target, bool check> struct short_alignment{ typedef short type; }; struct74 …get> struct short_alignment<Target, false>{ typedef typename int_alignment<Target, boost::alignmen… struct