vmd_specific_generic.qbk 715 B

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