vmd/doc/vmd_specific_generic.qbk
2015-08-25 17:48:35 -04:00

22 lines
715 B
Plaintext

[/
(C) Copyright Edward Diener 2011-2015
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
]
[section:vmd_specific_generic Macros for working with data types]
VMD macros for working with data types which VMD understands can
be divided into specific and generic macros.
The specific macros ask whether some input data is a particular
data type. The generic macros work with input data as any data
type while allowing the programmer to separately query the type
of data.
Both specific and generic macros have their place and the macro
programmer can decide which to use for any given situation.
[endsect]