QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
qx::QxCollection< Key, Value >::compareKeyValue< true, dummy > Struct Template Reference

#include <QxCollection.h>

Static Public Member Functions

static bool compareByKeyAscending (const type_pair_key_value &v1, const type_pair_key_value &v2)
 
static bool compareByKeyDescending (const type_pair_key_value &v1, const type_pair_key_value &v2)
 
static bool compareByValueAscending (const type_pair_key_value &v1, const type_pair_key_value &v2)
 
static bool compareByValueDescending (const type_pair_key_value &v1, const type_pair_key_value &v2)
 

Detailed Description

template<typename Key, typename Value>
template<int dummy>
struct qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >

Definition at line 254 of file QxCollection.h.

Member Function Documentation

◆ compareByKeyAscending()

template<typename Key , typename Value >
template<int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >::compareByKeyAscending ( const type_pair_key_value & v1,
const type_pair_key_value & v2 )
inlinestatic

Definition at line 256 of file QxCollection.h.

◆ compareByKeyDescending()

template<typename Key , typename Value >
template<int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >::compareByKeyDescending ( const type_pair_key_value & v1,
const type_pair_key_value & v2 )
inlinestatic

Definition at line 257 of file QxCollection.h.

◆ compareByValueAscending()

template<typename Key , typename Value >
template<int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >::compareByValueAscending ( const type_pair_key_value & v1,
const type_pair_key_value & v2 )
inlinestatic

Definition at line 258 of file QxCollection.h.

◆ compareByValueDescending()

template<typename Key , typename Value >
template<int dummy>
static bool qx::QxCollection< Key, Value >::compareKeyValue< true, dummy >::compareByValueDescending ( const type_pair_key_value & v1,
const type_pair_key_value & v2 )
inlinestatic

Definition at line 259 of file QxCollection.h.


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