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
qxp::_detail Namespace Reference

Classes

struct  detector
 
struct  detector< T, std::void_t< Op< Args... > >, Op, Args... >
 
struct  is_virtual_base_of
 
struct  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 > > > > >
 

Typedefs

template<typename From, typename To>
using is_virtual_base_conversion_test
 

Typedef Documentation

◆ is_virtual_base_conversion_test

template<typename From, typename To>
using qxp::_detail::is_virtual_base_conversion_test
Initial value:
decltype(
(To *)std::declval<From *>()
)

Definition at line 78 of file qxptype_traits.h.