Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp408 struct bind_impl struct
410 typedef typename F::result_type result_type;
411 X& x; // always by reference
412 F f;
413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument
416 typename F::result_type operator()(Y& y) const in operator ()()
422 typename F::result_type operator()(Y const& y) const in operator ()()