remove_ptr
Public Types
Name | |
---|---|
using std::remove_pointer_t< T > | type |
Detailed Description
template <typename T >
struct remove_ptr;
Public Types Documentation
using type
using remove_ptr< T >::type = std::remove_pointer_t<T>;
Updated on 2025-03-11 at 16:08:10 +0100