QtBase  v6.3.1
Static Public Member Functions | List of all members
QtPrivate::QLessThanOperatorForType< T, bool > Struct Template Reference

#include <qmetatype.h>

Static Public Member Functions

static bool lessThan (const QMetaTypeInterface *, const void *a, const void *b)
 

Detailed Description

template<typename T, bool = (QTypeTraits::has_operator_less_than_v<T> && !std::is_pointer_v<T>)>
struct QtPrivate::QLessThanOperatorForType< T, bool >

Definition at line 2253 of file qmetatype.h.

Member Function Documentation

◆ lessThan()

template<typename T , bool = (QTypeTraits::has_operator_less_than_v<T> && !std::is_pointer_v<T>)>
static bool QtPrivate::QLessThanOperatorForType< T, bool >::lessThan ( const QMetaTypeInterface ,
const void a,
const void b 
)
inlinestatic

Definition at line 2255 of file qmetatype.h.


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