|
fcppt 5.2.0
Freundlich's C++ toolkit
|
Public Types | |
| using | pos_type = fcppt::parse::position<Ch> |
| using | string_type = std::basic_string<Ch> |
| using | got_type = fcppt::strong_typedef<string_type, fcppt::parse::got_tag> |
Public Member Functions | |
| typed_error (pos_type, std::type_index, got_type &&) | |
| pos_type | pos () const |
| std::type_index const & | type_name () const |
| string_type const & | got () const |
| bool | operator== (typed_error const &) const =default |
| using fcppt::parse::typed_error< Ch >::got_type = fcppt::strong_typedef<string_type, fcppt::parse::got_tag> |
| using fcppt::parse::typed_error< Ch >::pos_type = fcppt::parse::position<Ch> |
| using fcppt::parse::typed_error< Ch >::string_type = std::basic_string<Ch> |
| fcppt::parse::typed_error< Ch >::typed_error | ( | pos_type | , |
| std::type_index | , | ||
| got_type && | ) |
|
nodiscard |
|
nodiscarddefault |
|
nodiscard |
|
nodiscard |