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