BloombergLP::balcl::CommandLine::operator=

Assign to this command-line object the value of the specified rhs command-line object and return a reference providing modifiable access to this object. The behavior is undefined unless both rhs and this object are valid (i.e., isValid() and rhs.isValid() both return true).

Synopsis

Declared in <balcl_commandline.h>

CommandLine&
operator=(CommandLine const& rhs);