concepts.qbk 550 B

12345678910111213141516171819
  1. [/
  2. Copyright Hans Dembinski 2018 - 2019.
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE_1_0.txt or copy at
  5. https://www.boost.org/LICENSE_1_0.txt)
  6. ]
  7. [section:concepts Concepts]
  8. Users can extend the library with various new types whose concepts are defined here.
  9. [include concepts/Axis.qbk]
  10. [include concepts/DiscreteAxis.qbk]
  11. [include concepts/IntervalAxis.qbk]
  12. [include concepts/Transform.qbk]
  13. [include concepts/Storage.qbk]
  14. [include concepts/Accumulator.qbk]
  15. [endsect]