Searched defs:sum_int (Results 1 – 3 of 3) sorted by relevance
93 struct sum_int : boost::static_visitor<int> struct96 sum_int() : total_(0) { } in sum_int() argument100 struct int_to_type107 void add(T t, int_to_type<true> ) const in add()135 }; //sum_int argument
25 BOOST_AUTO_TEST_CASE(sum_int) in BOOST_AUTO_TEST_CASE() argument