Exchange the values of the specified lhs and rhs.

Synopsis

Declared in <bslfmt_format_arg.h>

void
swap(
    basic_format_arg& lhs,
    basic_format_arg& rhs);

Parameters

Name

Description

lhs

first format argument to exchange

rhs

second format argument to exchange

Created with MrDocs