4.6.0
Freundlich's C++ toolkit
|
Public Types | |
using | pos_type = fcppt::parse::position<Ch> |
using | expected_type = fcppt::strong_typedef<Ch, fcppt::parse::expected_tag> |
using | got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag> |
Public Member Functions | |
basic_literal_error (pos_type, expected_type, got_type) | |
pos_type | pos () const |
Ch | expected () const |
fcppt::optional::object< Ch > const & | got () const |
bool | operator== (basic_literal_error const &) const =default |
using fcppt::parse::basic_literal_error< Ch >::expected_type = fcppt::strong_typedef<Ch, fcppt::parse::expected_tag> |
using fcppt::parse::basic_literal_error< Ch >::got_type = fcppt::strong_typedef<fcppt::optional::object<Ch>, fcppt::parse::got_tag> |
using fcppt::parse::basic_literal_error< Ch >::pos_type = fcppt::parse::position<Ch> |
fcppt::parse::basic_literal_error< Ch >::basic_literal_error | ( | pos_type | , |
expected_type | , | ||
got_type | ) |
|
nodiscard |
|
nodiscard |
|
nodiscarddefault |
|
nodiscard |