Searched defs:_byval (Results 1 – 2 of 2) sorted by relevance
269 struct _byval : callable struct275 struct result<This(T)>281 struct result<This(T &)>286 struct result<This(boost::reference_wrapper<T>)>294 T operator ()(T const &t) const in operator ()()302 T operator ()(boost::reference_wrapper<T> const &t) const in operator ()()
259 #define _byval(x) call<proto::_byval(x)> macro335 #define _byval(a) call<proto::_byval(a)> macro