logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::detail::select_value_type.3cxx

Author

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

                                                    libst__gnu_pbds::detail::sel...lue_type<Key,Mapped>(3cxx)

Detailed Description

template<typenameKey,typenameMapped>
       struct __gnu_pbds::detail::select_value_type< Key, Mapped >"Choose value_type to be a key/value pair or
       just a key.

Name

       __gnu_pbds::detail::select_value_type< Key, Mapped > - Choose value_type to be a key/value pair or just a
       key.

Synopsis

       #include <types_traits.hpp>

   PublicTypes
       typedef std::pair< const Key, Mapped > type

See Also