Function URI::Template::ParseTemplate

Function Documentation

Template URI::Template::ParseTemplate(const std::string &tmpl_string)

Parse string for an URI-template instance.

URI-template can have multiple literals or expressions in it.

Parameters

[in] tmpl_string – String to parse.

Throws

std::runtime_error – if failed to parse.

Returns

Template instance parsed from tmpl_string.