#include <ensurePointer.h>
Public Types | |
using | T1P = std::remove_cv_t< std::remove_pointer_t< T1 >> |
using | T2P = std::remove_cv_t< std::remove_pointer_t< T2 >> |
Static Public Attributes | |
static constexpr bool | value |
Definition at line 25 of file ensurePointer.h.
using art::detail::are_cv_compatible< T1, T2 >::T1P = std::remove_cv_t<std::remove_pointer_t<T1>> |
Definition at line 26 of file ensurePointer.h.
using art::detail::are_cv_compatible< T1, T2 >::T2P = std::remove_cv_t<std::remove_pointer_t<T2>> |
Definition at line 27 of file ensurePointer.h.
|
static |
Definition at line 28 of file ensurePointer.h.