Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

associated_cancellation_slot::get

If T has a nested type cancellation_slot_type, returns t.get_cancellation_slot(). Otherwise returns s.

static type get(
    const T & t,
    const CancellationSlot & s = CancellationSlot());

PrevUpHomeNext