Searched defs:visit_helper (Results 1 – 1 of 1) sorted by relevance
30 struct visit_helper<boost::variant> { struct32 static auto call(Args &&...args) -> decltype(boost::apply_visitor(args...)) { in call()