Provided by: libstdc++-10-doc_10.5.0-1ubuntu1~22.04.2_all bug

__gnu_pbds::detail::st... _Tv, _Th, Store_Hash >(3cxx)    __gnu_pbds::detail::st... _Tv, _Th, Store_Hash >(3cxx)

NAME

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

SYNOPSIS

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

   Public Types
       typedef _Th hash_type
       typedef _Tv value_type

   Public Attributes
       hash_type m_hash
       value_type m_value

Detailed Description

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

Author

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

libstdc++                                        Tue Apr 2__gnu_pbds::detail::st... _Tv, _Th, Store_Hash >(3cxx)