histogram/doc/concepts.qbk
Hans Dembinski 5dd50985ae
Concepts (#166)
* concept docs rewritten, adapting to tabular style as in Beast and cppreference.com
* update the readme with correct links and text
* removed necessity to add `storage_tag` member type to storage classes
2019-03-05 01:52:01 +01:00

13 lines
337 B
Plaintext

[section:concepts Concepts]
Users can extend the library with various new types whose concepts are defined here.
[include concepts/Axis.qbk]
[include concepts/DiscreteAxis.qbk]
[include concepts/IntervalAxis.qbk]
[include concepts/Transform.qbk]
[include concepts/Storage.qbk]
[include concepts/Accumulator.qbk]
[endsect]