DelegateMQ
Loading...
Searching...
No Matches
dmq::trait::is_double_pointer< T > Struct Template Reference

#include <DelegateAsync.h>

Public Types

using RawT = std::remove_cv_t<std::remove_reference_t<T>>
 

Static Public Attributes

static constexpr bool value
 

Member Typedef Documentation

◆ RawT

template<typename T >
using dmq::trait::is_double_pointer< T >::RawT = std::remove_cv_t<std::remove_reference_t<T>>

Member Data Documentation

◆ value

template<typename T >
bool dmq::trait::is_double_pointer< T >::value
staticconstexpr
Initial value:
=
std::is_pointer_v<RawT> &&
std::is_pointer_v<std::remove_pointer_t<RawT>>

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