tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | remove_extent< T > |
If T is an array of some type X, provides the member typedef type equal to X, otherwise type is T. Note that if T is a multidimensional array, only the first dimension is removed. The behavior of a program that adds specializations for remove_extent is undefined. More... | |
struct | remove_extent< T[]> |
struct | remove_extent< T[N]> |
Namespaces | |
namespace | etl |
Typedefs | |
template<typename T> | |
using | remove_extent_t = typename remove_extent<T>::type |