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::BoundEntityType< Const > Union Template Reference

#include <qxpfunctional.h>

+ Collaboration diagram for qxp::detail::BoundEntityType< Const >:

Public Member Functions

template<typename F , if_function< F > = true>
constexpr BoundEntityType (F *f)
 
template<typename T , if_non_function< T > = true>
constexpr BoundEntityType (T *t)
 

Public Attributes

Const * obj
 
QFunctionPointer fun
 

Detailed Description

template<class Const>
union qxp::detail::BoundEntityType< Const >

Definition at line 60 of file qxpfunctional.h.

Constructor & Destructor Documentation

◆ BoundEntityType() [1/2]

template<class Const >
template<typename F , if_function< F > = true>
constexpr qxp::detail::BoundEntityType< Const >::BoundEntityType ( F * f)
inlineexplicitconstexpr

Definition at line 62 of file qxpfunctional.h.

◆ BoundEntityType() [2/2]

template<class Const >
template<typename T , if_non_function< T > = true>
constexpr qxp::detail::BoundEntityType< Const >::BoundEntityType ( T * t)
inlineexplicitconstexpr

Definition at line 65 of file qxpfunctional.h.

Member Data Documentation

◆ fun

template<class Const >
QFunctionPointer qxp::detail::BoundEntityType< Const >::fun

Definition at line 68 of file qxpfunctional.h.

◆ obj

template<class Const >
Const* qxp::detail::BoundEntityType< Const >::obj

Definition at line 67 of file qxpfunctional.h.


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