...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::histogram::sample_type — Sample holder and type envelope.
// In header: <boost/histogram/sample.hpp> template<typename T> struct sample_type { // public data members T value; };