Home
last modified time | relevance | path

Searched refs:int_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.hpp70 template <std::size_t Target, bool check> struct int_alignment{ typedef int type; }; struct
71 template <std::size_t Target> struct int_alignment<Target, false>{ typedef typename long_alignment<… argument
74 template <std::size_t Target> struct short_alignment<Target, false>{ typedef typename int_alignment