Searched refs:always_10 (Results 1 – 1 of 1) sorted by relevance
35 typedef always< int_<10> > always_10; in MPL_TEST_CASE() typedef37 typedef apply< always_10 >::type res; in MPL_TEST_CASE()38 typedef apply0< always_10 >::type res0; in MPL_TEST_CASE()39 typedef apply1< always_10,int_<0> >::type res1; in MPL_TEST_CASE()40 typedef apply2< always_10,int_<0>,int_<0> >::type res2; in MPL_TEST_CASE()41 typedef apply3< always_10,int_<0>,int_<0>,int_<0> >::type res3; in MPL_TEST_CASE()