DOKK / manpages / debian 11 / libstdc++-9-doc / __gnu_pbds::detail::stored_data.3cxx.en
__gnu_pbds::detail::stored_data< _Tv, _Th >(3cxx) __gnu_pbds::detail::stored_data< _Tv, _Th >(3cxx)

__gnu_pbds::detail::stored_data< _Tv, _Th > - Primary template for representation of stored data. Two types of data can be stored: value and hash.

Inherits __gnu_pbds::detail::stored_value< _Tv >, and __gnu_pbds::detail::stored_hash< _Th >.


typedef _Th hash_type
typedef _Tv value_type


hash_type m_hash
value_type m_value

struct __gnu_pbds::detail::stored_data< _Tv, _Th >" Primary template for representation of stored data. Two types of data can be stored: value and hash.

Definition at line 95 of file types_traits.hpp.

Generated automatically by Doxygen for libstdc++ from the source code.

Sun Feb 7 2021 libstdc++