Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/detail/
Dselect_functions.hpp50 template<class RET> struct r_select { struct
55 inline RET go (Any& any, CALL_FORMAL_ARGS) { CALL_USE_ARGS; return any; } in go()
60 inline RET go (const lambda_functor<Arg>& op, CALL_FORMAL_ARGS ) { in go()
65 inline RET go (lambda_functor<Arg>& op, CALL_FORMAL_ARGS ) { in go()