|
5.0.0
Freundlich's C++ toolkit
|
Public Types | |
| using | optional_string = fcppt::optional::object<std::basic_string<Ch>> |
| using | optional_stream_error = fcppt::optional::object<fcppt::parse::parse_stream_error<Ch>> |
Public Member Functions | |
| parse_string_error (fcppt::parse::parse_stream_error< Ch > &&, optional_string &&) | |
| parse_string_error (std::basic_string< Ch > &&) | |
| parse_string_error () | |
| optional_stream_error const & | stream_error () const |
| optional_string const & | rest () const |
| bool | operator== (parse_string_error const &) const =default |
| using fcppt::parse::parse_string_error< Ch >::optional_stream_error = fcppt::optional::object<fcppt::parse::parse_stream_error<Ch>> |
| using fcppt::parse::parse_string_error< Ch >::optional_string = fcppt::optional::object<std::basic_string<Ch>> |
| fcppt::parse::parse_string_error< Ch >::parse_string_error | ( | fcppt::parse::parse_stream_error< Ch > && | , |
| optional_string && | ) |
|
explicit |
| fcppt::parse::parse_string_error< Ch >::parse_string_error | ( | ) |
|
nodiscarddefault |
|
nodiscard |
|
nodiscard |