Home
last modified time | relevance | path

Searched refs:tt_align_ns (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.hpp88 namespace tt_align_ns { namespace
99 template<> struct type_with_alignment<2> { public: typedef tt_align_ns::a2 type; };
100 template<> struct type_with_alignment<4> { public: typedef tt_align_ns::a4 type; };
101 template<> struct type_with_alignment<8> { public: typedef tt_align_ns::a8 type; };
102 template<> struct type_with_alignment<16> { public: typedef tt_align_ns::a16 type; };
103 template<> struct type_with_alignment<32> { public: typedef tt_align_ns::a32 type; };
104 template<> struct type_with_alignment<64> { public: typedef tt_align_ns::a64 type; };
105 template<> struct type_with_alignment<128> { public: typedef tt_align_ns::a128 type; };
107 template<> struct is_pod< ::boost::tt_align_ns::a2> : public true_type{};
108 template<> struct is_pod< ::boost::tt_align_ns::a4> : public true_type{};
[all …]