table of contents
__gnu_pbds::detail::stored_value< _Tv >(3) | Library Functions Manual | __gnu_pbds::detail::stored_value< _Tv >(3) |
NAME¶
__gnu_pbds::detail::stored_value< _Tv > -
SYNOPSIS¶
Inherited by __gnu_pbds::detail::stored_data< _Tv, _Th >, and __gnu_pbds::detail::stored_data< _Tv, null_type >.
Public Types¶
typedef _Tv value_type
Public Attributes¶
value_type m_value
Detailed Description¶
template<typename _Tv>struct __gnu_pbds::detail::stored_value< _Tv >¶
Stored value.
Definition at line 78 of file types_traits.hpp.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Tue Sep 29 2020 | libstdc++ |