mrdocs::dom::stringOrNull
Return a non‐empty string, or a null.
Synopsis
Declared in <mrdocs/Dom/Value.hpp>
Value
stringOrNull(Optional<std::string> s);
Parameters
| Name | Description |
|---|---|
s |
The string to check. |
Created with MrDocs