fail_tag.qbk 264 B

1234567891011121314151617181920
  1. [#fail_tag]
  2. [section fail_tag]
  3. [h1 Synopsis]
  4. struct fail_tag;
  5. This is a [link tag tag].
  6. [h1 Description]
  7. This is the tag of the values returned by a parser when parsing was not
  8. successful.
  9. [h1 Header]
  10. #include <boost/metaparse/fail_tag.hpp>
  11. [endsect]