Efficiently exchange the values of the specified a and b objects. This function provides the no-throw exception-safety guarantee.
Declared in <baltzo_zoneinfobinaryheader.h>
void
swap(
baltzo::ZoneinfoBinaryHeader& a,
baltzo::ZoneinfoBinaryHeader& b);
| Name | Description |
|---|---|
| a | first object |
| b | second object |