Parameters for characters() generator.
More...
#include <strings.h>
|
|
std::optional< std::string > | codec |
| | Restrict to this codec.
|
|
std::optional< uint32_t > | min_codepoint |
| | Minimum Unicode codepoint.
|
|
std::optional< uint32_t > | max_codepoint |
| | Maximum Unicode codepoint.
|
|
std::optional< std::vector< std::string > > | categories |
| | Whitelist of Unicode categories.
|
|
std::optional< std::vector< std::string > > | exclude_categories |
| | Blacklist of Unicode categories.
|
|
std::optional< std::string > | include_characters |
| | Always include these characters.
|
|
std::optional< std::string > | exclude_characters |
| | Always exclude these characters.
|
Parameters for characters() generator.
Same character filtering options as TextParams except no min_size, max_size, or alphabet.
The documentation for this struct was generated from the following file: