(35f92cbc29a5ecf7acb3aafbf8aac104b4503e84)
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qcompilerdetection.h>
#include <QtCore/q20type_traits.h>
Go to the source code of this file.
|
struct | qxp::nonesuch |
struct | qxp::_detail::detector< T, Void, Op, Args > |
struct | qxp::_detail::detector< T, std::void_t< Op< Args... > >, Op, Args... > |
struct | qxp::_detail::is_virtual_base_of< Base, Derived, typename > |
struct | qxp::_detail::is_virtual_base_of< Base, Derived, std::enable_if_t< std::conjunction_v< std::is_base_of< Base, Derived >, qxp::is_detected< is_virtual_base_conversion_test, Derived, Base >, std::negation< qxp::is_detected< is_virtual_base_conversion_test, Base, Derived > > > > > |