3#ifndef TETL_TYPE_TRAITS_REMOVE_VOLATILE_HPP
4#define TETL_TYPE_TRAITS_REMOVE_VOLATILE_HPP
15template <
typename Type>
20template <
typename Type>
typename remove_volatile< T >::type remove_volatile_t
Definition remove_volatile.hpp:27
Definition adjacent_find.hpp:8
Type type
Definition remove_volatile.hpp:22
Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are re...
Definition remove_volatile.hpp:16
Type type
Definition remove_volatile.hpp:17