Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

unexpected_end_of_input

Synopsis

namespace error
{
  struct unexpected_end_of_input;
}

This is a parsing error message.

Description

Class representing the error that the end of input has been reached while it should contain further characters.

Header

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

PrevUpHomeNext