Helper object for consuming expected characters.
More...
#include <cpptoml.h>
|
| consumer (std::string::iterator &it, const std::string::iterator &end, OnError &&on_error) |
|
void | operator() (char c) |
|
template<std::size_t N> |
void | operator() (const char(&str)[N]) |
|
void | eat_or (char a, char b) |
|
int | eat_digits (int len) |
|
void | error () |
|
template<class OnError>
class cpptoml::consumer< OnError >
Helper object for consuming expected characters.
The documentation for this class was generated from the following file: