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 10VMD macros for working with data types which VMD understands can 11be divided into specific and generic macros. 12 13The specific macros ask whether some input data is a particular 14data type. The generic macros work with input data as any data 15type while allowing the programmer to separately query the type 16of data. 17 18Both specific and generic macros have their place and the macro 19programmer can decide which to use for any given situation. 20 21[endsect] 22