Instigate Open Source Documentation

instigate::equality_comparable::interface< T > Struct Template Reference

Interface of the Equality Comparable Concept. More...

#include <_equality_comparable.hpp>

List of all members.

Static Public Member Functions

static bool equal (const T &a, const T &b)
 Compare the objects a and b for equality.

Detailed Description

template<typename T>
struct instigate::equality_comparable::interface< T >

Interface of the Equality Comparable Concept.


Member Function Documentation

template<typename T >
static bool instigate::equality_comparable::interface< T >::equal ( const T &  a,
const T &  b 
) [inline, static]

Compare the objects a and b for equality.

Parameters:
a - the first argument to be compared
b - the second argument to be compared
Returns:
True if a equals b, false otherwise

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


© Instigate CJSC, Open Source