num_geometries.qbk 931 B

12345678910111213141516171819202122232425262728293031
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
  5. Copyright (c) 2009-2012 Bruno Lalande, Paris, France.
  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. [def __this_function__ num_geometries]
  11. [heading_conformance_ogc __this_function__..NumGeometries]
  12. [heading Behavior]
  13. [table
  14. [[Case] [Behavior] ]
  15. [[__single__][[qbk_ret 1]]]
  16. [[__multi__][Returns boost::size(geometry); the input is considered as a range]]
  17. ]
  18. [heading Complexity]
  19. Constant
  20. [heading Examples]
  21. [num_geometries]
  22. [num_geometries_output]