boost::urls::string_token::return_string
A string token for returning a plain string
Synopsis
using return_string = /* implementation-defined */::return_string;
Description
This StringToken is used to customize a function to return a plain string.
This is default token type used by the methods of url_view_base that return decoded strings.
Created with MrDocs