OpenBarnyard
 
Loading...
Searching...
No Matches
T2SortedVectorDefaultSortResults< T > Struct Template Reference

#include <T2SortedVector.h>

Public Member Functions

TINT operator() (const T &a_rcVal1, const T &a_rcVal2) const
 

Detailed Description

template<class T>
struct T2SortedVectorDefaultSortResults< T >

Definition at line 11 of file T2SortedVector.h.

Member Function Documentation

◆ operator()()

template<class T>
TINT T2SortedVectorDefaultSortResults< T >::operator() ( const T & a_rcVal1,
const T & a_rcVal2 ) const
inline

Definition at line 13 of file T2SortedVector.h.

14 {
15 if ( a_rcVal1 < a_rcVal2 )
16 return 1;
17
18 return -1;
19 }

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