Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
io_context::strand::strand (2 of 2 overloads)

Copy constructor.

strand(
    const strand & other);

Creates a copy such that both strand objects share the same underlying state.


PrevUpHomeNext