|
5.0.0
Freundlich's C++ toolkit
|
Parses a single character and returns it.
In case the next input character is c, then c is returned. Otherwise, an error is returned.
Public Types | |
| using | result_type = Ch |
Public Member Functions | |
| basic_char () | |
| template<typename Skipper> | |
| fcppt::parse::result< Ch, result_type > | parse (fcppt::reference< fcppt::parse::basic_stream< Ch > >, Skipper const &) const |
| using fcppt::parse::basic_char< Ch >::result_type = Ch |
| fcppt::parse::basic_char< Ch >::basic_char | ( | ) |
|
nodiscard |