MCPcopy Create free account
hub / github.com/boostorg/asio / deferred_function

Method deferred_function

include/boost/asio/deferred.hpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 /// Constructor.
190 template <typename F>
191 constexpr explicit deferred_function(deferred_init_tag, F&& function)
192 : function_(static_cast<F&&>(function))
193 {
194 }
195
196//private:
197 Function function_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected