The IsPointerToConst concept is satisfied if T is a Pointer to a constant object.
More...
template<typename T>
The IsConst concept is satisfied if T satisfies one of the following conditions:
Definition const_correctness.h:43
The IsPointerToConst concept is satisfied if T is a Pointer to a constant object.
Definition pointers.h:81
The IsPointer concept is satisfied if T is a Pointer, even if the type T is a reference to a pointer.
Definition pointers.h:53
The IsPointerToConst concept is satisfied if T is a Pointer to a constant object.
https://stackoverflow.com/a/37370281/5851101