boost::histogram::axis::traits::value_type — Get value type for axis type.
// In header: <boost/histogram/axis/traits.hpp> template<typename Axis> struct value_type { };
Doxygen does not render this well. This is a meta-function (template alias), it accepts an axis type and returns the value type.