cgma
DLIListSorter< double > Struct Template Reference

#include <DLIList.hpp>

List of all members.

Public Member Functions

bool operator() (const double &a, const double &b)

Detailed Description

template<>
struct DLIListSorter< double >

Definition at line 37 of file DLIList.hpp.


Member Function Documentation

bool DLIListSorter< double >::operator() ( const double &  a,
const double &  b 
) [inline]

Definition at line 39 of file DLIList.hpp.

{ return a < b; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines