Set the value of this object to the specified value.
Synopsis
Declared in <balcl_optionvalue.h>
template<class TYPE>
void
set(TYPE const& value);
Description
The behavior is undefined unless OptionType::TypeToEnum<TYPE>::value == type() for the (template parameter) TYPE and OptionType::e_VOID != type().
Parameters
Name |
Description |
value |
value to assign |
Created with MrDocs