start.qbk 306 B

1234567891011121314151617181920
  1. [#start]
  2. [section start]
  3. [h1 Synopsis]
  4. struct start;
  5. This is a [link metaprogramming_value template metaprogramming value] of type
  6. [link source_position source position].
  7. [h1 Description]
  8. It represents the beginning of an input text.
  9. [h1 Header]
  10. #include <boost/metaparse/start.hpp>
  11. [endsect]