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

Go to the source code of this file.

Classes

class  bsl::remove_all_extents< 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_all_extents_t = typename remove_all_extents< T >::type
 a helper that reduces the verbosity of bsl::remove_all_extents
 

Detailed Description