#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. | |
| static bool instigate::generic::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 |
Referenced by instigate::stl::equal(), and instigate::generic::equality_comparable::requirements< T >::require_equal().