mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-12 05:31:51 +00:00
* 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
13 lines
337 B
Plaintext
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]
|