literal_expected.qbk 496 B

1234567891011121314151617181920212223242526272829
  1. [#literal_expected]
  2. [section literal_expected]
  3. [h1 Synopsis]
  4. namespace error
  5. {
  6. template <char C>
  7. struct literal_expected;
  8. }
  9. This is a [link parsing_error_message parsing error message].
  10. [table Arguments
  11. [[Name] [Type]]
  12. [[`C`] [`char` value]]
  13. ]
  14. [h1 Description]
  15. Template class representing the error that a specific literal was expected. `C`
  16. is the literal that was expected but not found.
  17. [h1 Header]
  18. #include <boost/metaparse/error/literal_expected.hpp>
  19. [endsect]