swap overloads

Synopses

Declared in <baltzo_localdatetime.h>

Exchange the values of the specified a and b objects.

Exchange the values of the specified a and b objects.

Exchange the values of the specified a and b objects.

Exchange the values of the specified a and b objects.

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

Efficiently exchange the values of the specified a and b objects. This function provides the no‐throw exception‐safety guarantee.

Parameters

Name

Description

a

the first object

b

the second object

Created with MrDocs