...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::utility::confidence_level — Confidence level for intervals.
// In header: <boost/histogram/utility/binomial_proportion_interval.hpp> class confidence_level { public: // construct/copy/destruct explicit confidence_level(double) noexcept; // public member functions template<typename T> explicit operator T() const noexcept; operator deviation() const noexcept; };