|
5.0.0
Freundlich's C++ toolkit
|
Public Types | |
| using | char_set_type = fcppt::parse::basic_char_set_container<Ch> |
| using | pos_type = fcppt::parse::position<Ch> |
| using | got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag> |
Public Member Functions | |
| complement_error (pos_type, char_set_type &&, got_type) | |
| pos_type | pos () const |
| char_set_type const & | chars () const |
| fcppt::optional::object< Ch > const & | got () const |
| bool | operator== (complement_error const &) const =default |
| using fcppt::parse::complement_error< Ch >::char_set_type = fcppt::parse::basic_char_set_container<Ch> |
| using fcppt::parse::complement_error< Ch >::got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag> |
| using fcppt::parse::complement_error< Ch >::pos_type = fcppt::parse::position<Ch> |
| fcppt::parse::complement_error< Ch >::complement_error | ( | pos_type | , |
| char_set_type && | , | ||
| got_type | ) |
|
nodiscard |
|
nodiscard |
|
nodiscarddefault |
|
nodiscard |