Searched refs:tt_align_ns (Results 1 – 1 of 1) sorted by relevance
88 namespace tt_align_ns { namespace99 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 …]