mrdocs::parse

Parse a string view

Synopses

Declared in <mrdocs/Support/String/Parse.hpp>

Parse a string view

template<HasParse T>
Expected<T>
parse(std::string_view sv);
» more...

Parse a string view

template<HasParse T>
ParseResult
parse(
    std::string_view sv,
    T& value);
» more...

Parameters

NameDescription
svThe string view to parse
valueThe value to store the result