![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 878 of file qmetatype.h.
using QtPrivate::detail::is_complete_helper< T, ODR_VIOLATION_PREVENTER >::type = decltype(check(static_cast<T *>(nullptr))) |
Definition at line 883 of file qmetatype.h.
|
static |
|
staticpure virtual |