tag_cast.qbk 906 B

1234567891011121314151617181920212223242526
  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. [note The specified tag list is handled in the specified order: as soon as a tag
  9. inheriting the specified tag is found, it is defined as the metafunction
  10. typedef [*type].
  11. ]
  12. [note If none of the specified possible base tags is a base class of the
  13. specified tag, the tag itself is defined as the [*type] result of the
  14. metafunction.
  15. ]
  16. [heading Complexity]
  17. Compile time
  18. [heading Example]
  19. [tag_cast]
  20. [tag_cast_output]