boost_fusion.qbk 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
  5. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  6. Use, modification and distribution is subject to the Boost Software License,
  7. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  8. http://www.boost.org/LICENSE_1_0.txt)
  9. =============================================================================/]
  10. [section:boost_fusion Boost.Fusion]
  11. Boost.Fusion adapted structs or classes are adapted to the Boost.Geometry point concept
  12. [heading Description]
  13. Boost.Fusion adapted structs are (optionally) adapted to the Boost.Geometry
  14. point concept. They can therefore be used in many Boost.Geometry algorithms.
  15. [heading Model of]
  16. [link geometry.reference.concepts.concept_point Point Concept]
  17. [heading Header]
  18. `#include <boost/geometry/geometries/adapted/boost_fusion.hpp>`
  19. __not_in_boost_geometry_hpp__
  20. [heading Example]
  21. [boost_fusion]
  22. [boost_fusion_output]
  23. [endsect]