The function object comparing Values. More...
#include <equal_to.hpp>
| Public Types | |
| typedef bool | result_type | 
| The type of result returned by function object. | |
| Public Member Functions | |
| bool | operator() (value_type const &l, value_type const &r) const | 
| Compare values. If tuple<> Value member is a Geometry geometry::equals() function is used.  More... | |
The function object comparing Values.
This specialization compares values of type boost::tuple<...>. It compares all members of the tuple from the first one to the last one.
| 
 | inline | 
Compare values. If tuple<> Value member is a Geometry geometry::equals() function is used.
| l | First value. | 
| r | Second value. | 
 1.8.6
 1.8.6