RESTinio
Static Public Member Functions | List of all members
restinio::parse_query_traits::details::ampersand_and_semicolon_as_separators Struct Reference

Helper class to be reused in implementation of query-string parsing traits. More...

#include <uri_helpers.hpp>

Inheritance diagram for restinio::parse_query_traits::details::ampersand_and_semicolon_as_separators:
restinio::parse_query_traits::javascript_compatible restinio::parse_query_traits::restinio_defaults

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
 

Detailed Description

Helper class to be reused in implementation of query-string parsing traits.

Implements find_next_separator method that recongnizes & and ; as name=value separators.

Since
v.0.6.5

Definition at line 194 of file uri_helpers.hpp.

Member Function Documentation

◆ find_next_separator()

static string_view_t::size_type restinio::parse_query_traits::details::ampersand_and_semicolon_as_separators::find_next_separator ( string_view_t  where,
string_view_t::size_type  start_from 
)
inlinestaticnoexcept

Definition at line 197 of file uri_helpers.hpp.


The documentation for this struct was generated from the following file: