• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[#unexpected_end_of_input]
2[section unexpected_end_of_input]
3
4[h1 Synopsis]
5
6  namespace error
7  {
8    struct unexpected_end_of_input;
9  }
10
11This is a [link parsing_error_message parsing error message].
12
13[h1 Description]
14
15Class representing the error that the end of input has been reached while it
16should contain further characters.
17
18[h1 Header]
19
20  #include <boost/metaparse/error/unexpected_end_of_input.hpp>
21
22[endsect]
23
24