Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template value_type

boost::histogram::axis::traits::value_type — Get value type for axis type.

Synopsis

// In header: <boost/histogram/axis/traits.hpp>

template<typename Axis> 
struct value_type {
};

Description

Doxygen does not render this well. This is a meta-function (template alias), it accepts an axis type and returns the value type.


PrevUpHomeNext