Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/detail/
Dmember_ptr.hpp507 struct member_pointer_action_helper<true, false> { struct
511 static RET apply(A& a, B& b) { in apply()
516 struct return_type {
554 struct member_pointer_action_helper<false, false> { struct
557 static RET apply(A& a, B& b) { in apply()
566 struct return_type {
582 struct member_pointer_action_helper<false, true> { struct
586 static RET apply(A& a, B& b) { in apply()
599 struct return_type {