4.6.0
Freundlich's C++ toolkit
|
Public Types | |
using | pos_type = fcppt::parse::position<Ch> |
using | string_type = std::basic_string<Ch> |
using | expected_type = fcppt::strong_typedef<string_type, fcppt::parse::expected_tag> |
Public Member Functions | |
basic_string_error (pos_type, expected_type &&) | |
pos_type | pos () const |
string_type const & | expected () const |
bool | operator== (basic_string_error const &) const =default |
using fcppt::parse::basic_string_error< Ch >::expected_type = fcppt::strong_typedef<string_type, fcppt::parse::expected_tag> |
using fcppt::parse::basic_string_error< Ch >::pos_type = fcppt::parse::position<Ch> |
using fcppt::parse::basic_string_error< Ch >::string_type = std::basic_string<Ch> |
fcppt::parse::basic_string_error< Ch >::basic_string_error | ( | pos_type | , |
expected_type && | ) |
|
nodiscard |
|
nodiscarddefault |
|
nodiscard |