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

Backport of std::unwrap_reference from C++20. More...

Public Types

using type = unwrap_reference_t<T>
 The result type.
 

Detailed Description

template<class T>
struct arene::base::unwrap_reference< T >

Backport of std::unwrap_reference from C++20.

Template Parameters
TA type from which to remove a std::reference_wrapper

Member Typedef Documentation

◆ type

template<class T>
using arene::base::unwrap_reference< T >::type = unwrap_reference_t<T>

The result type.


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