Searched defs:ForwardingCallObject (Results 1 – 4 of 4) sorted by relevance
91 struct ForwardingCallObject { struct94 ForwardingCallObject& operator()(Args&&...) & { in operator() argument100 const ForwardingCallObject& operator()(Args&&...) const & { in operator() argument106 ForwardingCallObject&& operator()(Args&&...) && { in operator() argument112 const ForwardingCallObject&& operator()(Args&&...) const && { in operator() argument117 template <class... Args> static void set_call(CallType type) { in set_call()142 CallType ForwardingCallObject::last_call_type = CT_None; argument
130 struct ForwardingCallObject { struct131 struct State {157 explicit constexpr ForwardingCallObject(State& st) : st_(&st) {} in ForwardingCallObject() argument160 constexpr bool operator()(Args&&...) & { in operator()166 constexpr bool operator()(Args&&...) const & { in operator()173 constexpr bool operator()(Args&&...) && { in operator()179 constexpr bool operator()(Args&&...) const && { in operator()
49 struct ForwardingCallObject { struct51 template <class... Args> bool operator()(Args &&...) & { in operator ()()56 template <class... Args> bool operator()(Args &&...) const & { in operator ()()62 template <class... Args> bool operator()(Args &&...) && { in operator ()()67 template <class... Args> bool operator()(Args &&...) const && { in operator ()()91 CallType ForwardingCallObject::last_call_type = CT_None; argument
138 struct ForwardingCallObject { struct141 bool operator()(Args&&...) & { in operator ()()147 bool operator()(Args&&...) const & { in operator ()()154 bool operator()(Args&&...) && { in operator ()()160 bool operator()(Args&&...) const && { in operator ()()188 CallType ForwardingCallObject::last_call_type = CT_None; argument