PrevUpHomeNext

Type definition parser_diagnostic_callback

parser_diagnostic_callback

Synopsis

// In header: <boost/text/parser_fwd.hpp>


typedef std::function< void(std::string const &)> parser_diagnostic_callback;

Description

The type of callback used to report errors and warnings encountered during parsing.


PrevUpHomeNext