]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/geometry/doc/reference/core/tag_cast.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / reference / core / tag_cast.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[note The specified tag list is handled in the specified order: as soon as a tag
12 inheriting the specified tag is found, it is defined as the metafunction
13 typedef [*type].
14]
15
16[note If none of the specified possible base tags is a base class of the
17 specified tag, the tag itself is defined as the [*type] result of the
18 metafunction.
19]
20[heading Complexity]
21Compile time
22
23[heading Example]
24[tag_cast]
25[tag_cast_output]
26