boost::histogram::axis::traits::options — Returns axis options as unsigned integer.
// In header: <boost/histogram/axis/traits.hpp> template<typename Axis> constexpr unsigned options(const Axis & axis);
If axis.options() is valid, return the result. Otherwise, return boost::histogram::axis::traits::static_options<decltype(axis)>::value.
Parameters:
axis
any axis instance