Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 74 of file qxptype_traits.h.