Interface of the Equality Comparable Concept. More...
#include <_equality_comparable.hpp>
Static Public Member Functions | |
static bool | equal (const T &a, const T &b) |
Compare the objects a and b for equality. |
Interface of the Equality Comparable Concept.
static bool instigate::equality_comparable::interface< T >::equal | ( | const T & | a, | |
const T & | b | |||
) | [inline, static] |
Compare the objects a and b for equality.
a | - the first argument to be compared | |
b | - the second argument to be compared |