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; };
You should not construct these directly, use the sample() helper function.