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

experimental::await_token::await_token
PrevUpHomeNext

Copy constructor.

await_token(
    const await_token & other);
  » more...

Move constructor.

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

PrevUpHomeNext