Visual Computing Library
|
Utility type that makes possible to treat const pointers in a templated class that can treat a both const and non-const pointer type. More...
#include <vclib/types/const_correctness.h>
Public Types | |
using | type = const T * |
Utility type that makes possible to treat const pointers in a templated class that can treat a both const and non-const pointer type.
The type T
is converted to a const pointer if it is a raw pointer or a shared pointer type.
T | The type to be converted to a const pointer. |