vmd_generic.qbk 474 B

1234567891011121314151617
  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_generic Generic macros for working with data types]
  8. Besides the specific macros for working with data types
  9. VMD has a number of generic macros for parsing sequences.
  10. [include vmd_sequence.qbk]
  11. [include vmd_get_type.qbk]
  12. [include vmd_equality.qbk]
  13. [endsect]