Function consumer
Synopsis
#include <include/cpptoml.h>
consumer(std::string::iterator &it, const std::string::iterator &end, OnError &&on_error)
Description
No description yet.
Source
Lines 1778-1783 in include/cpptoml.h.
consumer(std::string::iterator& it, const std::string::iterator& end,
OnError&& on_error)
: it_(it), end_(end), on_error_(std::forward<OnError>(on_error))
{
// nothing
}