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::detector< T, Void, Op, Args > Struct Template Reference

#include <qxptype_traits.h>

+ Collaboration diagram for qxp::_detail::detector< T, Void, Op, Args >:

Public Types

using value_t = std::false_type
 
using type = T
 

Detailed Description

template<typename T, typename Void, template< typename... > class Op, typename... Args>
struct qxp::_detail::detector< T, Void, Op, Args >

Definition at line 42 of file qxptype_traits.h.

Member Typedef Documentation

◆ type

template<typename T , typename Void , template< typename... > class Op, typename... Args>
using qxp::_detail::detector< T, Void, Op, Args >::type = T

Definition at line 44 of file qxptype_traits.h.

◆ value_t

template<typename T , typename Void , template< typename... > class Op, typename... Args>
using qxp::_detail::detector< T, Void, Op, Args >::value_t = std::false_type

Definition at line 43 of file qxptype_traits.h.


The documentation for this struct was generated from the following file: