![]() |
Qt 6.x
The Qt SDK
|
#include <qmetatype.h>
Public Types | |
using | type = decltype(check(static_cast< T * >(nullptr))) |
Static Public Member Functions | |
template<typename U > | |
static auto | check (U *) -> std::integral_constant< bool, sizeof(U) !=0 > |
static auto | check (...) -> std::false_type |
Definition at line 857 of file qmetatype.h.
using QtPrivate::detail::is_complete_helper< T, ODR_VIOLATION_PREVENTER >::type = decltype(check(static_cast<T *>(nullptr))) |
Definition at line 862 of file qmetatype.h.
|
static |
|
staticpure virtual |