bes::Collection::PtrLess Struct Reference

#include <BesCollectionUtils.h>

List of all members.

Public Member Functions

template<class PtrType>
bool operator() (PtrType ptr1, PtrType ptr2) const


Detailed Description

Definition at line 31 of file BesCollectionUtils.h.


Member Function Documentation

template<class PtrType>
bool bes::Collection::PtrLess::operator() ( PtrType  ptr1,
PtrType  ptr2 
) const [inline]

Definition at line 33 of file BesCollectionUtils.h.

00033                                                         {
00034         return (*ptr1) < (*ptr2);
00035       }


Generated on Tue Nov 29 23:36:23 2016 for BOSS_7.0.2 by  doxygen 1.4.7