My Project
Public Types | List of all members
bsl::remove_pointer< T > Class Template Referencefinal

Provides the member typedef type which is the same as T, except that its topmost pointer is removed. More...

#include <remove_pointer.hpp>

Public Types

using type = T
 provides the member typedef "type"
 

Detailed Description

template<typename T>
class bsl::remove_pointer< T >

Provides the member typedef type which is the same as T, except that its topmost pointer is removed.

#include <bsl/is_same.hpp>
#include <bsl/debug.hpp>
namespace bsl
{
inline void
example_remove_pointer_overview() noexcept
{
bsl::print() << "success\n";
}
}
}
Template Parameters
Tthe type to remove the pointer from

The documentation for this class was generated from the following file: