swap overloads

Synopses

Declared in <bdlt_calendar.h>

Exchange the values of the specified a and b objects.

void
swap(
    Calendar& a,
    Calendar& b);

Exchange the values of the specified a and b objects.

Exchange the values of a and b.

void
swap(
    Timetable& a,
    Timetable& b);

Parameters

Name

Description

a

first calendar to exchange

b

second calendar to exchange

Created with MrDocs