Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

none_of_the_expected_cases_found

Synopsis

namespace error
{
  struct none_of_the_expected_cases_found;
}

This is a parsing error message.

Description

Class representing the error that none of a list of parsers could parse the input.

Header

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

PrevUpHomeNext