Assign to this command‐line object the value of the specified rhs.

Synopsis

Declared in <balcl_commandline.h>

CommandLine&
operator=(CommandLine const& rhs);

Description

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).

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

command‐line object to assign from

Created with MrDocs