Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::algorithm::is_equal Struct Reference

is_equal functor More...

#include <compare.hpp>

Public Member Functions

template<typename T1 , typename T2 >
bool operator() (const T1 &Arg1, const T2 &Arg2) const
 Function operator. More...
 

Detailed Description

is_equal functor

Standard STL equal_to only handle comparison between arguments of the same type. This is a less restrictive version which wraps operator ==.

Member Function Documentation

template<typename T1 , typename T2 >
bool boost::algorithm::is_equal::operator() ( const T1 &  Arg1,
const T2 &  Arg2 
) const
inline

Function operator.

Compare two operands for equality


The documentation for this struct was generated from the following file: