Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dtype_with_alignment.hpp73 template <std::size_t Target, bool check> struct short_alignment{ typedef short type; }; struct
74 …get> struct short_alignment<Target, false>{ typedef typename int_alignment<Target, boost::alignmen… struct