Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 2352 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 2354 of file qmetatype.h.


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