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

Comparison

equal
not equal
less than
less than equal
greater than
greater than equal

The Comparison operators: ==, !=, <, <=, >= and >= work generically on all Fusion sequences. Comparison operators are "short- circuited": elementary comparisons start from the first elements and are performed only until the result is clear.

Header
#include <boost/fusion/sequence/comparison.hpp>
#include <boost/fusion/include/comparison.hpp>

PrevUpHomeNext