Create an OptionValue_NullOf object with the specified nullable optionType. The behavior is undefined if optionType == OptionType::e_VOID.
Synopsis
Declared in <balcl_optionvalue.h>
explicit
OptionValue_NullOf(OptionType::Enum optionType);
Parameters
Name |
Description |
optionType |
nullable option type for the null value |
Created with MrDocs