MeVisLab Toolbox Reference
std::less< ml::BaseContainerItem > Struct Reference

specialize comparison class for BaseContainerItem More...

#include <mlBaseList.h>

Public Types

using value_type = bool
 

Public Member Functions

 less (ml::BaseListSortParameters *sortParams)
 
bool operator() (const ml::BaseContainerItem &x, const ml::BaseContainerItem &y) const
 comparison operator More...
 

Public Attributes

ml::BaseListSortParameters_sortParams
 sort mode More...
 

Detailed Description

specialize comparison class for BaseContainerItem

Definition at line 231 of file mlBaseList.h.

Member Typedef Documentation

◆ value_type

using std::less< ml::BaseContainerItem >::value_type = bool

Definition at line 233 of file mlBaseList.h.

Constructor & Destructor Documentation

◆ less()

std::less< ml::BaseContainerItem >::less ( ml::BaseListSortParameters sortParams)
inline

Definition at line 235 of file mlBaseList.h.

Member Function Documentation

◆ operator()()

bool std::less< ml::BaseContainerItem >::operator() ( const ml::BaseContainerItem x,
const ml::BaseContainerItem y 
) const
inline

comparison operator

compare regular container items:

Definition at line 240 of file mlBaseList.h.

Member Data Documentation

◆ _sortParams

sort mode

Definition at line 253 of file mlBaseList.h.


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