3#ifndef TETL_TYPE_TRAITS_REMOVE_CONST_HPP
4#define TETL_TYPE_TRAITS_REMOVE_CONST_HPP
12template <
typename Type>
17template <
typename Type>
Definition adjacent_find.hpp:8
typename remove_const< T >::type remove_const_t
Definition remove_const.hpp:23
Type type
Definition remove_const.hpp:19
Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are re...
Definition remove_const.hpp:13
Type type
Definition remove_const.hpp:14