|
5.0.0
Freundlich's C++ toolkit
|
Public Types | |
| using | error_base = fcppt::recursive<fcppt::parse::error<Ch>> |
| using | string_type = std::basic_string<Ch> |
Public Member Functions | |
| named_error (string_type &&, error_base &&) | |
| string_type const & | name () const |
| error_base const & | error () const |
| bool | operator== (named_error const &) const =default |
| using fcppt::parse::named_error< Ch >::error_base = fcppt::recursive<fcppt::parse::error<Ch>> |
| using fcppt::parse::named_error< Ch >::string_type = std::basic_string<Ch> |
| fcppt::parse::named_error< Ch >::named_error | ( | string_type && | , |
| error_base && | ) |
|
nodiscard |
|
nodiscard |
|
nodiscarddefault |