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 is the documentation for an old version of Boost. Click here to view this page for the latest version.
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