4.6.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 | |
basic_char_set_error (pos_type, char_set_type &&, got_type) | |
pos_type const & | pos () const |
char_set_type const & | chars () const |
fcppt::optional::object< Ch > const & | got () const |
bool | operator== (basic_char_set_error const &) const =default |
using fcppt::parse::basic_char_set_error< Ch >::char_set_type = fcppt::parse::basic_char_set_container<Ch> |
using fcppt::parse::basic_char_set_error< Ch >::got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag> |
using fcppt::parse::basic_char_set_error< Ch >::pos_type = fcppt::parse::position<Ch> |
fcppt::parse::basic_char_set_error< Ch >::basic_char_set_error | ( | pos_type | , |
char_set_type && | , | ||
got_type | ) |
|
nodiscard |
|
nodiscard |
|
nodiscarddefault |
|
nodiscard |