none_of_the_expected_cases_found.qbk 429 B

1234567891011121314151617181920212223
  1. [#none_of_the_expected_cases_found]
  2. [section none_of_the_expected_cases_found]
  3. [h1 Synopsis]
  4. namespace error
  5. {
  6. struct none_of_the_expected_cases_found;
  7. }
  8. This is a [link parsing_error_message parsing error message].
  9. [h1 Description]
  10. Class representing the error that none of a list of parsers could parse the
  11. input.
  12. [h1 Header]
  13. #include <boost/metaparse/error/none_of_the_expected_cases_found.hpp>
  14. [endsect]