![]() |
Qt 6.x
The Qt SDK
|
Classes | |
union | BoundEntityType |
class | function_ref_base |
Typedefs | |
template<typename T > | |
using | if_function = std::enable_if_t< std::is_function_v< T >, bool > |
template<typename T > | |
using | if_non_function = std::enable_if_t<!std::is_function_v< T >, bool > |
template<typename From , typename To > | |
using | copy_const_t = std::conditional_t< std::is_const_v< From >, std::add_const_t< To >, To > |
using qxp::detail::copy_const_t = typedef std::conditional_t< std::is_const_v<From>, std::add_const_t<To>, To > |
Definition at line 53 of file qxpfunctional.h.
using qxp::detail::if_function = typedef std::enable_if_t<std::is_function_v<T>, bool> |
Definition at line 48 of file qxpfunctional.h.
using qxp::detail::if_non_function = typedef std::enable_if_t<!std::is_function_v<T>, bool> |
Definition at line 50 of file qxpfunctional.h.