accept_tag.qbk 268 B

12345678910111213141516171819
  1. [#accept_tag]
  2. [section accept_tag]
  3. [h1 Synopsis]
  4. struct accept_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 successful.
  8. [h1 Header]
  9. #include <boost/metaparse/accept_tag.hpp>
  10. [endsect]