The IsPointer Class Definitions and Implementation. More...
Go to the source code of this file.
Namespaces | |
| namespace | Spices |
Variables | |
| template<class > | |
| constexpr bool | Spices::is_pointer_v = false |
| Declare of is_pointer. | |
| template<class _Ty > | |
| constexpr bool | Spices::is_pointer_v< _Ty * > = true |
| template<class _Ty > | |
| constexpr bool | Spices::is_pointer_v< _Ty *const > = true |
| template<class _Ty > | |
| constexpr bool | Spices::is_pointer_v< _Ty *volatile > = true |
| template<class _Ty > | |
| constexpr bool | Spices::is_pointer_v< _Ty *const volatile > = true |
The IsPointer Class Definitions and Implementation.
Definition in file IsPointer.h.