BloombergLP::bdlt::swap

swap overloads

Synopses

Declared in <bdlt_calendar.h>

Exchange the values of the specified a and b objects.

void
swap(
    Calendar& a,
    Calendar& b);
» more...

Exchange the values of the specified a and b objects.

void
swap(
    PackedCalendar& a,
    PackedCalendar& b);
» more...

Exchange the values of a and b.

void
swap(
    Timetable& a,
    Timetable& b);
» more...

Parameters

NameDescription
afirst calendar to exchange
bsecond calendar to exchange