28 #ifndef BSL_REMOVE_POINTER_HPP 29 #define BSL_REMOVE_POINTER_HPP 64 struct remove_pointer<T *
const>
final typename remove_pointer< T >::type remove_pointer_t
a helper that reduces the verbosity of bsl::remove_pointer
Definition: remove_pointer.hpp:52
T type
provides the member typedef "type"
Definition: remove_pointer.hpp:47
Provides the member typedef type which is the same as T, except that its topmost pointer is removed.
Definition: remove_pointer.hpp:44