the overloads
Synopses
Declared in <balcl_optionvalue.h>
Return a reference providing modifiable access to the underlying variant object of this command‐line‐option value object.
template<class TYPE>
TYPE&
the();
Return a const reference to the value of this command line option.
template<class TYPE>
TYPE const&
the() const;
Return Value
-
reference providing modifiable access to the held value
-
constreference to the held value
Created with MrDocs