boost::urls::grammar::lut_chars::lut_chars boost::urls::grammar::lut_chars::lut_chars Constructor Synopsis Declared in <boost/url/grammar/lut_chars.hpp> constexpr lut_chars(char ch) noexcept; » more… constexpr lut_chars(char const* s) noexcept; » more… template< class Pred, class = void> constexpr lut_chars(Pred const& pred) noexcept; » more… Description This function constructs a character set which has as a single member, the character ch. constexpr lut_chars asterisk( '*' ); Constant. Throws nothing. Parameters Name Description ch A character. s A null-terminated string. Created with MrDocs