tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_all_extents< T > Struct Template Reference

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...

#include <remove_all_extents.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct etl::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.

Member Typedef Documentation

◆ type

template<typename T>
using type = T

The documentation for this struct was generated from the following file: