mrdocs::parse
Parse a string view
Synopses
Declared in <mrdocs/Support/Parse.hpp>
Parse a string view
template<HasParse T>
Expected<T>
parse(std::string_view sv);
Parse a string view
template<HasParse T>
ParseResult
parse(
std::string_view sv,
T& value);
Parameters
| Name | Description |
|---|---|
sv |
The string view to parse |
value |
The value to store the result |
Created with MrDocs