3#ifndef TETL_TYPE_TRAITS_REMOVE_CVREF_HPP
4#define TETL_TYPE_TRAITS_REMOVE_CVREF_HPP
Definition adjacent_find.hpp:8
remove_cv_t< remove_reference_t< T > > remove_cvref_t
Definition remove_cvref.hpp:23
remove_const_t< remove_volatile_t< T > > remove_cv_t
Definition remove_cv.hpp:22
If the type T is a reference type, provides the member typedef type which is the type referred to by ...
Definition remove_cvref.hpp:18
remove_cv_t< remove_reference_t< T > > type
Definition remove_cvref.hpp:19