Boost C++ 库

...世界上最受尊敬和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

ssl::context::clear_options

清除上下文中的选项。

void clear_options(
    options o);
  » more...

void clear_options(
    options o,
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext