Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qxp::detail Namespace Reference

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

Typedef Documentation

◆ copy_const_t

template<typename From, typename To>
using qxp::detail::copy_const_t
Initial value:
std::conditional_t<
std::is_const_v<From>,
std::add_const_t<To>,
To
>

Definition at line 53 of file qxpfunctional.h.

◆ if_function

template<typename T>
using qxp::detail::if_function = std::enable_if_t<std::is_function_v<T>, bool>

Definition at line 48 of file qxpfunctional.h.

◆ if_non_function

template<typename T>
using qxp::detail::if_non_function = std::enable_if_t<!std::is_function_v<T>, bool>

Definition at line 50 of file qxpfunctional.h.