...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
value_ref(value_ref
const&) = default; »more...
value_ref(string_view
s) noexcept; »more...
template< class T> value_ref( T const& t) noexcept; »more...
template< class T> value_ref( T&& t) noexcept; »more...
value_ref( bool b) noexcept; »more...
value_ref(std::initializer_list
<value_ref
> t) noexcept; »more...
value_ref( signed char t) noexcept; »more...
value_ref( short t) noexcept; »more...
value_ref( int t) noexcept; »more...
value_ref( long t) noexcept; »more...
value_ref( long long t) noexcept; »more...
value_ref( unsigned char t) noexcept; »more...
value_ref( unsigned short t) noexcept; »more...
value_ref( unsigned int t) noexcept; »more...
value_ref( unsigned long t) noexcept; »more...
value_ref( unsigned long long t) noexcept; »more...
value_ref( float t) noexcept; »more...
value_ref( double t) noexcept; »more...
value_ref(std::nullptr_t
) noexcept; »more...