#include <char_class.hpp>
Definition at line 14 of file char_class.hpp.
◆ ascii_set()
constexpr lexy::_detail::ascii_set::ascii_set |
( |
| ) |
|
|
inlineconstexpr |
◆ insert() [1/3]
constexpr void lexy::_detail::ascii_set::insert |
( |
const ascii_set & |
other | ) |
|
|
inlineconstexpr |
◆ insert() [2/3]
constexpr void lexy::_detail::ascii_set::insert |
( |
int |
c | ) |
|
|
inlineconstexpr |
◆ insert() [3/3]
constexpr void lexy::_detail::ascii_set::insert |
( |
int |
lower, |
|
|
int |
upper |
|
) |
| |
|
inlineconstexpr |
◆ remove()
constexpr void lexy::_detail::ascii_set::remove |
( |
const ascii_set & |
other | ) |
|
|
inlineconstexpr |
◆ visit()
template<typename Fn >
constexpr void lexy::_detail::ascii_set::visit |
( |
Fn |
fn | ) |
const |
|
inlineconstexpr |
◆ visit_range()
template<typename Fn >
constexpr void lexy::_detail::ascii_set::visit_range |
( |
Fn |
fn | ) |
const |
|
inlineconstexpr |
◆ contains
bool lexy::_detail::ascii_set::contains[128] |
The documentation for this struct was generated from the following file: