parse_query

Parse a string and return an encoded params view

Synopsis

result<params_encoded_view> parse_query( string_view s) noexcept;

Declared in file <src/parse_query.cpp> at line 24

Description

This function parses the string and returns the corresponding params object if the string is valid, otherwise returns an error.

BNF

Exception Safety

No-throw guarantee.

Specification