mrdocs::StringList
A list of strings that accepts several input forms.
Synopsis
Declared in <mrdocs/Support/String/StringList.hpp>
struct StringList;
Description
A configuration option of this type can be written as a single scalar (generator: xml), a YAML sequence (generator: [xml, adoc]), or a comma‐separated scalar (generator: "xml,adoc"). All three forms normalize to the same list of strings.
The type models a range of std::string, so generic configuration code (normalization, DOM exposure) treats it like any other list of strings.
Member Functions
Name |
Description |
|
Constructors |
|
|
Return |
|
|
|
Return the number of strings. |
|
Expand comma‐separated entries in place. |