Searched defs:test_type2 (Results 1 – 2 of 2) sorted by relevance
34 struct test_type2 struct36 T value1, value2;37 test_type2(T const& x, T const& y) : value1(x), value2(y) {} in test_type2() function
2280 typedef copy_only_assign_int test_type2; in BOOST_AUTO_TEST_CASE() typedef2337 typedef copy_only_assign_int test_type2; in BOOST_AUTO_TEST_CASE() typedef