Instigate Open Source Documentation

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

Interface of the Less Than Comparable. More...

#include <_less_than_comparable.hpp>

List of all members.

Static Public Member Functions

static bool less_than (const T &a, const T &b)
 Compare the objects a and b.

Detailed Description

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

Interface of the Less Than Comparable.


Member Function Documentation

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

Compare the objects a and b.

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

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


© Instigate CJSC, Open Source