Return a const reference to the type info for this option.
Synopsis
Declared in <balcl_option.h>
TypeInfo const&
typeInfo() const;
Description
Return a const reference to the type info for this option (i.e., the type of the option, whether the option is linked to a variable, and whether it has a constraint).
Return Value
const reference to the type info for this option
Created with MrDocs