Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

literal_expected

Synopsis

namespace error
{
  template <char C>
  struct literal_expected;
}

This is a parsing error message.

Table 56. Arguments

Name

Type

C

char value


Description

Template class representing the error that a specific literal was expected. C is the literal that was expected but not found.

Header

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

PrevUpHomeNext