Instigate Open Source Documentation

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

Interface of the Less Than Comparable. More...

#include <_less_than_comparable.hpp>

Inheritance diagram for instigate::generic::less_than_comparable::interface< T >:

instigate::stl::random_access_iterator::interface< T >

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::generic::less_than_comparable::interface< T >

Interface of the Less Than Comparable.

Member Function Documentation

template<typename T>
static bool instigate::generic::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

Referenced by instigate::stl::less_than().


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


© Instigate CJSC, Open Source