boost::urls::grammar::literal_rule::literal_rule

Construct from char

Synopsis

Declared in <boost/url/grammar/literal_rule.hpp>
constexpr
explicit
literal_rule(char const* s) noexcept;


Parameters

Name Description
s The value to construct from

Created with MrDocs