Home
last modified time | relevance | path

Searched defs:visit_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/histogram/axis/
Dtraits.hpp92 static decltype(auto) visit_impl(mp11::mp_identity<T0>, Visitor&& vis, Variant&& v) { in visit_impl() function
97 static decltype(auto) visit_impl(mp11::mp_identity<T0*>, Visitor&& vis, Variant&& v) { in visit_impl() function
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp441 struct visit_impl struct
445 static apply(UTreeX& x, F f) // single dispatch in apply()
509 static apply(UTreeX& x, UTreeY& y, F f) // double dispatch in apply()