MCPcopy Create free account
hub / github.com/cinder/Cinder / type

Class type

include/asio/execution/execute.hpp:173–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 {
172#if defined(ASIO_HAS_DEDUCED_EXECUTE_MEMBER_TRAIT)
173 struct type
174 {
175 template <typename F>
176 auto execute(ASIO_MOVE_ARG(F) f)
177 noexcept(
178 noexcept(
179 declval<typename conditional<true, T, F>::type>().execute(
180 ASIO_MOVE_CAST(F)(f))
181 )
182 )
183 -> decltype(
184 declval<typename conditional<true, T, F>::type>().execute(
185 ASIO_MOVE_CAST(F)(f))
186 );
187 };
188#else // defined(ASIO_HAS_DEDUCED_EXECUTE_MEMBER_TRAIT)
189 typedef T type;
190#endif // defined(ASIO_HAS_DEDUCED_EXECUTE_MEMBER_TRAIT)

Callers 8

contextMethod · 0.70
getMethod · 0.50
getMethod · 0.50
raw_protocolMethod · 0.50
datagram_protocolMethod · 0.50
stream_protocolMethod · 0.50
seq_packet_protocolMethod · 0.50
bulk_senderClass · 0.50

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected