3#ifndef TETL_TYPE_TRAITS_REMOVE_ALL_EXTENTS_HPP
4#define TETL_TYPE_TRAITS_REMOVE_ALL_EXTENTS_HPP
23template <
typename T,
size_t N>
Definition adjacent_find.hpp:8
typename remove_all_extents< T >::type remove_all_extents_t
Definition remove_all_extents.hpp:29
typename remove_all_extents< T >::type type
Definition remove_all_extents.hpp:25
typename remove_all_extents< T >::type type
Definition remove_all_extents.hpp:20
If T is a multidimensional array of some type X, provides the member typedef type equal to X,...
Definition remove_all_extents.hpp:14
T type
Definition remove_all_extents.hpp:15