tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_all_extents.hpp File Reference

Go to the source code of this file.

Classes

struct  remove_all_extents< T >
 If T is a multidimensional array of some type X, provides the member typedef type equal to X, otherwise type is T. The behavior of a program that adds specializations for remove_all_extents is undefined. More...
 
struct  remove_all_extents< T[]>
 
struct  remove_all_extents< T[N]>
 

Namespaces

namespace  etl
 

Typedefs

template<typename T>
using remove_all_extents_t = typename remove_all_extents<T>::type