Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
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: |
|