My Project
Classes | Typedefs
remove_extent.hpp File Reference
#include "cstdint.hpp"

Go to the source code of this file.

Classes

class  bsl::remove_extent< T >
 Provides the member typedef type which is the same as T, except that its topmost extent is removed. More...
 

Typedefs

template<typename T >
using bsl::remove_extent_t = typename remove_extent< T >::type
 a helper that reduces the verbosity of bsl::remove_extent
 

Detailed Description