boost::urls::grammar::lut_chars::lut_chars
Constructor
Description
This function constructs a character set which has as members, all of the characters present in the null‐terminated string s
.
constexpr lut_chars digits = "0123456789";
Parameters
Name | Description |
---|---|
s |
A null‐terminated string. |
Created with MrDocs