tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_cvref.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_TYPE_TRAITS_REMOVE_CVREF_HPP
4#define TETL_TYPE_TRAITS_REMOVE_CVREF_HPP
5
8
9namespace etl {
10
17template <typename T>
21
22template <typename T>
24
25} // namespace etl
26
27#endif // 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