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