RESTinio
|
Helper class to be reused in implementation of query-string parsing traits. More...
#include <uri_helpers.hpp>
Static Public Member Functions | |
static string_view_t::size_type | find_next_separator (string_view_t where, string_view_t::size_type start_from) noexcept |
Helper class to be reused in implementation of query-string parsing traits.
Implements find_next_separator method that recongnizes & and ; as name=value separators.
Definition at line 195 of file uri_helpers.hpp.
|
inlinestaticnoexcept |
Definition at line 198 of file uri_helpers.hpp.