3#ifndef TETL_TYPE_TRAITS_REMOVE_EXTENT_HPP
4#define TETL_TYPE_TRAITS_REMOVE_EXTENT_HPP
24template <
typename T,
size_t N>
Definition adjacent_find.hpp:8
typename remove_extent< T >::type remove_extent_t
Definition remove_extent.hpp:30
T type
Definition remove_extent.hpp:26
T type
Definition remove_extent.hpp:21
If T is an array of some type X, provides the member typedef type equal to X, otherwise type is T....
Definition remove_extent.hpp:15
T type
Definition remove_extent.hpp:16