Exchange the values of the specified lhs and rhs.
Declared in <bslfmt_format_arg.h>
void
swap(
basic_format_arg& lhs,
basic_format_arg& rhs);
| Name | Description |
|---|---|
| lhs | first format argument to exchange |
| rhs | second format argument to exchange |