|
using | type = meta::_t< std::remove_reference< T > > |
|
using | reference = meta::if_< std::is_reference< T >, T, T & > |
|
|
| template (typename U)(AND const ructible_from< base_ |
|
U constexpr | reference_wrapper (U &&u) noexcept(std::is_nothrow_constructible< base_, U >::value) |
|
constexpr reference | get () const noexcept |
|
constexpr | operator reference () const noexcept |
|
The documentation for this struct was generated from the following file: