MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / stream

Method stream

3rd/asio-1.24.0/include/asio/ssl/stream.hpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 */
104 template <typename Arg>
105 stream(Arg&& arg, context& ctx)
106 : next_layer_(ASIO_MOVE_CAST(Arg)(arg)),
107 core_(ctx.native_handle(), next_layer_.lowest_layer().get_executor())
108 {
109 }
110
111 /// Construct a stream from an existing native implementation.
112 /**

Callers

nothing calls this directly

Calls 2

native_handleMethod · 0.45
get_executorMethod · 0.45

Tested by

no test coverage detected