]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/core/tag.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / tag.qbk
CommitLineData
7c673cae
FG
1[/============================================================================
2 Boost.Geometry (aka GGL, Generic Geometry Library)
3
4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
5
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
11[heading Metafunction result type]
12The metafunction tag defines [*type] as one of the following tags:
13
14* point_tag
15* linestring_tag
16* polygon_tag
17* multi_point_tag
18* multi_linestring_tag
19* multi_polygon_tag
20* box_tag
21* segment_tag
22* ring_tag
23
24[heading Complexity]
25Compile time
26
27[heading Example]
28[tag]
29[tag_output]