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

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

Public Types

using type = unwrap_ref_decay_t<T>
 The decayed type T , subsequently unwrapped if applicable.
 

Detailed Description

template<class T>
class arene::base::unwrap_ref_decay< T >

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

Template Parameters
TA type to decay and then unwrap a reference wrapper

Member Typedef Documentation

◆ type

template<class T>
using arene::base::unwrap_ref_decay< T >::type = unwrap_ref_decay_t<T>

The decayed type T , subsequently unwrapped if applicable.


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