Searched defs:int_sum (Results 1 – 1 of 1) sorted by relevance
24 struct int_sum : static_visitor<> struct26 int_sum() : result_(0) { } in int_sum() argument28 void operator()(int t) in operator ()()33 result_type operator()(float ) { } in operator ()()34 result_type operator()(const std::string& ) { } in operator ()()35 result_type operator()(const std::vector<std::string>& ) { } in operator ()()37 int result_;