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 version of Boost is under active development. You are currently in the develop branch. The current version is 1.91.0.
boost::histogram::axis::operator== — Compare two variants.
// In header: <boost/histogram/axis/variant.hpp> template<class... Us, class... Vs> bool operator==(const variant< Us... > & u, const variant< Vs... > & v);