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 only & name=value separator.
Definition at line 215 of file uri_helpers.hpp.
|
inlinestaticnoexcept |
Definition at line 218 of file uri_helpers.hpp.