Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::tuple_detail::convert_reference_wrapper_like< T, class > Class Template Reference

handles reference binding when initializing a reference from a forwarded argument More...

Inheritance diagram for std::tuple_detail::convert_reference_wrapper_like< T, class >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from arene::base::identity
using is_transparent = void
 Indicates that this function object can be used with transparent comparisons.
 
- Public Member Functions inherited from arene::base::identity
template<typename T>
constexpr auto operator() (T &&value) const noexcept -> T &&
 Returns the input value unchanged as if forwarded via std::forward.
 

Detailed Description

template<class T, class = void>
class std::tuple_detail::convert_reference_wrapper_like< T, class >

handles reference binding when initializing a reference from a forwarded argument

Template Parameters
Tthe target type

This primary template forwards the argument unchanged.


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