C++ Complementary Library
This exception type indicates that a parse attempt failed.
Constructs a parse_failed exception with the given message and type.
The message to use with this exception.
The type of failure that was encountered during parsing.
Copy-constructs a parse_failed from an existing one.
The parse_failed to copy from.
Copy-assigns a parse_failed into this one.
The parse_failed to copy from.
Move-constructs a parse_failed from an existing one.
The parse_failed to move from.
Move-assigns a parse_failed into this one.
The parse_failed to move from.
Returns the type associated with this exception.
Copyright © 2022-2025 Daniel T. McGinnis