![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
using qxp::detail::copy_const_t |
Definition at line 53 of file qxpfunctional.h.
using qxp::detail::if_function = std::enable_if_t<std::is_function_v<T>, bool> |
Definition at line 48 of file qxpfunctional.h.
using qxp::detail::if_non_function = std::enable_if_t<!std::is_function_v<T>, bool> |
Definition at line 50 of file qxpfunctional.h.