boost::urls::grammar::lut_chars::lut_chars
Constructor
Synopsis
constexpr
lut_chars(char ch) noexcept;
constexpr
lut_chars(char const* s) noexcept;
template<
class Pred,
class = void>
constexpr
lut_chars(Pred const& pred) noexcept;
Parameters
| Name | Description |
|---|---|
ch |
A character&period; |
s |
A null&hyphen;terminated string&period; |
Created with MrDocs