...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::histogram::axis::traits::metadata — Returns reference to metadata of an axis.
// In header: <boost/histogram/axis/traits.hpp> template<typename Axis> decltype(auto) metadata(Axis && axis);
If the expression x.metadata() for an axis instance x
(maybe const) is valid, return the result. Otherwise, return a reference to a static instance ofboost::histogram::axis::null_type
.
Parameters: |
|