Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::QLessThanOperatorForType< T, bool > Struct Template Reference

#include <qmetatype.h>

+ Collaboration diagram for QtPrivate::QLessThanOperatorForType< T, bool >:

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 2365 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 2367 of file qmetatype.h.


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