swap overloads
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...
| Name | Description |
|---|---|
| a | first calendar to exchange |
| b | second calendar to exchange |