]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/vmd/doc/vmd_specific_generic.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / vmd / doc / vmd_specific_generic.qbk
1 [/
2 (C) Copyright Edward Diener 2011-2015
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6 ]
7
8 [section:vmd_specific_generic Macros for working with data types]
9
10 VMD macros for working with data types which VMD understands can
11 be divided into specific and generic macros.
12
13 The specific macros ask whether some input data is a particular
14 data type. The generic macros work with input data as any data
15 type while allowing the programmer to separately query the type
16 of data.
17
18 Both specific and generic macros have their place and the macro
19 programmer can decide which to use for any given situation.
20
21 [endsect]