boost/libs/metaparse/doc/unexpected_end_of_input.qbk

24 lines
422 B
Plaintext
Raw Normal View History

2018-01-12 21:47:58 +01:00
[#unexpected_end_of_input]
[section unexpected_end_of_input]
[h1 Synopsis]
namespace error
{
struct unexpected_end_of_input;
}
This is a [link parsing_error_message parsing error message].
[h1 Description]
Class representing the error that the end of input has been reached while it
should contain further characters.
[h1 Header]
#include <boost/metaparse/error/unexpected_end_of_input.hpp>
[endsect]