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
qohosplugincore_h_detail Namespace Reference

Classes

struct  HasEqualityComparatorT
struct  HasEqualityComparatorT< A, B, decltype(void(std::declval< A >()==std::declval< B >()))>
struct  IsStdOptional
struct  IsStdOptional< std::optional< T > >

Variables

template<typename A, typename B>
constexpr bool hasEqualityComparator = HasEqualityComparatorT<A, B>::value
template<typename T>
constexpr bool isStdOptional = IsStdOptional<T>::value

Variable Documentation

◆ hasEqualityComparator

template<typename A, typename B>
bool qohosplugincore_h_detail::hasEqualityComparator = HasEqualityComparatorT<A, B>::value
constexpr

Definition at line 40 of file qohosplugincore.h.

◆ isStdOptional

template<typename T>
bool qohosplugincore_h_detail::isStdOptional = IsStdOptional<T>::value
constexpr

Definition at line 49 of file qohosplugincore.h.