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 a valid expression, return the result. Otherwise, return static_options<Axis>::value.
Parameters:
axis
any axis instance