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

This is the documentation for a snapshot of the master branch, built from commit 8893ac7ccf.
PrevUpHomeNext

partial_cancel_at::partial_cancel_at

Constructor that specifies the expiry and cancellation type.

partial_cancel_at(
    const typename Clock::time_point & expiry,
    cancellation_type_t cancel_type = cancellation_type::terminal);

PrevUpHomeNext