tag.qbk 784 B

1234567891011121314151617181920212223242526272829
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [heading Metafunction result type]
  9. The metafunction tag defines [*type] as one of the following tags:
  10. * point_tag
  11. * linestring_tag
  12. * polygon_tag
  13. * multi_point_tag
  14. * multi_linestring_tag
  15. * multi_polygon_tag
  16. * box_tag
  17. * segment_tag
  18. * ring_tag
  19. [heading Complexity]
  20. Compile time
  21. [heading Example]
  22. [tag]
  23. [tag_output]