Hegel 0.3.5
Property-based testing for C++
Loading...
Searching...
No Matches
hegel::generators::CharactersParams Struct Reference

Parameters for characters() generator. More...

#include <strings.h>

Public Attributes

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.

Detailed Description

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: