Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::remove_cvref< T > Class Template Reference

Backport of std::remove_cvref. More...

Public Types

using type = remove_cvref_t<T>
 result type
 

Detailed Description

template<typename T>
class arene::base::remove_cvref< T >

Backport of std::remove_cvref.

Template Parameters
TThe source type

Member Typedef Documentation

◆ type

template<typename T>
using arene::base::remove_cvref< T >::type = remove_cvref_t<T>

result type


The documentation for this class was generated from the following file: