Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

digit_expected

Synopsis

namespace error
{
  struct digit_expected;
}

This is a parsing error message.

Description

Class representing the error that a digit character was expected at a specific location.

Header

#include <boost/metaparse/error/digit_expected.hpp>

PrevUpHomeNext