Searched defs:bind_impl (Results 1 – 1 of 1) sorted by relevance
408 struct bind_impl struct410 typedef typename F::result_type result_type;411 X& x; // always by reference412 F f;413 bind_impl(F f, X& x) : x(x), f(f) {} in bind_impl() argument416 typename F::result_type operator()(Y& y) const in operator ()()422 typename F::result_type operator()(Y const& y) const in operator ()()