Searched refs:int_alignment (Results 1 – 1 of 1) sorted by relevance
70 template <std::size_t Target, bool check> struct int_alignment{ typedef int type; }; argument71 template <std::size_t Target> struct int_alignment<Target, false>{ typedef typename long_alignment<… struct74 template <std::size_t Target> struct short_alignment<Target, false>{ typedef typename int_alignment…