Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

letter_expected

Synopsis

namespace error
{
  struct letter_expected;
}

This is a parsing error message.

Description

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

Header

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

PrevUpHomeNext