]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/concept/multi_linestring.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / concept / multi_linestring.qbk
1 [/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
5 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
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 [section:concept_multi_linestring MultiLinestring Concept]
14
15 [heading Description]
16 [concept MultiLinestring..multi linestring]
17
18 [heading Concept Definition]
19
20 The MultiLinestring Concept is defined as following:
21
22 * There must be a specialization of the metafunction `traits::tag`, defining `multi_linestring_tag` as type
23 * It must behave like a Boost.Range Random Access Range
24 * The type defined by the metafunction `range_value<...>::type` must fulfill
25 the [link geometry.reference.concepts.concept_linestring Linestring Concept]
26
27 [heading Available Models]
28 * [link geometry.reference.models.model_multi_linestring model::multi_linestring]
29
30
31 [endsect]