Boost GIL


Public Member Functions | List of all members
EqualityComparable< T > Struct Template Reference

Concept of == and != comparability requirement. More...

#include <basic.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename T>
struct boost::gil::EqualityComparable< T >

Concept of == and != comparability requirement.

auto concept EqualityComparable<typename T, typename U = T>
{
bool operator==(T x, T y);
bool operator!=(T x, T y) { return !(x==y); }
};

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