cgma
DLIListSorter< RefVertex * > Struct Template Reference

#include <RefVertex.hpp>

List of all members.

Public Member Functions

bool operator() (RefVertex *a, RefVertex *b)

Detailed Description

template<>
struct DLIListSorter< RefVertex * >

Definition at line 120 of file RefVertex.hpp.


Member Function Documentation

bool DLIListSorter< RefVertex * >::operator() ( RefVertex a,
RefVertex b 
) [inline]

Definition at line 122 of file RefVertex.hpp.

{ return a->id() < b->id(); }

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