Searched defs:ForwardingCallObject (Results 1 – 4 of 4) sorted by relevance
104 struct ForwardingCallObject { struct107 ForwardingCallObject& operator()(Args&&...) & { in operator() argument113 const ForwardingCallObject& operator()(Args&&...) const & { in operator() argument119 ForwardingCallObject&& operator()(Args&&...) && { in operator() argument125 const ForwardingCallObject&& operator()(Args&&...) const && { in operator() argument130 template <class... Args> static void set_call(CallType type) { in set_call()155 CallType ForwardingCallObject::last_call_type = CT_None; argument
130 struct ForwardingCallObject { struct131 struct State {157 explicit constexpr ForwardingCallObject(State& st) : st_(&st) {} in ForwardingCallObject() function160 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