<<<<<<< .working ======= >>>>>>> .merge-right.r57125
Boost C++ Libraries Home Libraries People FAQ More

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.

<<<<<<< .working
Header
=======
Header
>>>>>>> .merge-right.r57125
#include <boost/fusion/sequence/comparison.hpp>
#include <boost/fusion/include/comparison.hpp>

PrevUpHomeNext