Searched refs:operation_state (Results 1 – 12 of 12) sorted by relevance
26 struct operation_state struct40 struct start_member<operation_state> argument64 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) in connect()67 return operation_state(); in connect()82 typedef operation_state result_type;98 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()102 return operation_state(); in connect()117 typedef operation_state result_type;133 friend operation_state connect( in connect()138 return operation_state(); in connect()[all …]
26 struct operation_state struct40 struct start_member<operation_state> argument97 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()100 return operation_state(); in connect()122 typedef operation_state result_type;150 friend operation_state connect( in connect()154 return operation_state(); in connect()177 typedef operation_state result_type;205 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) in connect()208 return operation_state(); in connect()[all …]
101 struct operation_state struct115 struct start_member<operation_state> argument145 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()148 return operation_state(); in connect()163 typedef operation_state result_type;
54 struct operation_state struct68 struct start_member<operation_state> argument100 operation_state in is_operation_state_test()
26 struct operation_state struct40 struct start_member<operation_state> argument60 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()63 return operation_state(); in connect()78 typedef operation_state result_type;
198 struct operation_state struct212 struct start_member<operation_state> argument232 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()235 return operation_state(); in connect()256 typedef operation_state result_type;
29 struct operation_state struct43 struct start_member<operation_state> argument63 operation_state connect(BOOST_ASIO_MOVE_ARG(R) r) const in connect()66 return operation_state(); in connect()88 typedef operation_state result_type;
55 [ run operation_state.cpp ]
11 concept operation_state =18 An object whose type satisfies `operation_state` represents the state of an22 `execution::start` may be called on an `operation_state` object at most once.26 the call to the `operation_state` destructor.
79 BOOST_ASIO_CONCEPT operation_state = is_operation_state<T>::value; variable82 ::boost::asio::execution::operation_state
68732 * `s.connect(r)`, if that expression is valid, if its type satisfies `operation_state`, and if `S` …68735 * Otherwise, `connect(s, r)`, if that expression is valid, if its type satisfies `operation_state`,…69418 …rom `true_type` if the type `T` meets the concept definition for an `operation_state`, otherwise `…69422 ['Header: ][^boost/asio/execution/operation_state.hpp]127983 An object of an unspecified type that satisfies the `operation_state` concept.