asio C++ library

PrevUpHomeNext

ssl::context::context

Constructor.

explicit context(
    method m);
  » more...

Move-construct a context from another.

context(
    context && other);
  » more...

PrevUpHomeNext