swap overloads
Synopses
Declared in <bdlt_calendar.h>
Exchange the values of the specified a and b objects.
Exchange the values of the specified a and b objects.
void
swap(
PackedCalendar& a,
PackedCalendar& b);
Exchange the values of a and b.
Parameters
Name |
Description |
a |
first calendar to exchange |
b |
second calendar to exchange |
Created with MrDocs