table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
__gnu_pbds::detail::select_value_type< Key, Mapped >(3cxx) | __gnu_pbds::detail::select_value_type< Key, Mapped >(3cxx) |
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>
Public Types¶
typedef std::pair< const Key, Mapped > type
Detailed Description¶
template<typename Key, typename Mapped>¶
struct __gnu_pbds::detail::select_value_type< Key, Mapped >"Choose value_type to be a key/value pair or just a key.
Definition at line 107 of file types_traits.hpp.
Member Typedef Documentation¶
template<typename Key , typename Mapped > typedef std::pair<const Key, Mapped> __gnu_pbds::detail::select_value_type< Key, Mapped >::type¶
Definition at line 109 of file types_traits.hpp.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |