1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/metaparse/doc/unexpected_character.qbk

24 lines
411 B
Plaintext

[#unexpected_character]
[section unexpected_character]
[h1 Synopsis]
namespace error
{
struct unexpected_character;
}
This is a [link parsing_error_message parsing error message].
[h1 Description]
Class representing the error that a different character was expected than what
was found at a specific location.
[h1 Header]
#include <boost/metaparse/error/unexpected_character.hpp>
[endsect]