|
goptions
|
Variables | |
| const std::string | NODFLT = "NODFLT" |
| Marker literal indicating "no default value" for a structured option key. | |
| const std::string goptions::NODFLT = "NODFLT" |
When a GVariable : in a structured option schema uses value goptions::NODFLT : :
This allows a schema definition to encode both required fields and repeated entries.
Practical consequence:
Definition at line 84 of file goptionsConventions.h.