1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2009-2012 Mateusz Loskot, London, UK. 6 Copyright (c) 2009-2012 Bruno Lalande, Paris, France. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13[def __this_function__ num_geometries] 14 15[heading_conformance_ogc __this_function__..NumGeometries] 16 17[heading Behavior] 18[table 19[[Case] [Behavior] ] 20[[__single__][[qbk_ret 1]]] 21[[__multi__][Returns boost::size(geometry); the input is considered as a range]] 22] 23 24 25[heading Complexity] 26Constant 27 28[heading Examples] 29[num_geometries] 30[num_geometries_output] 31 32