__gnu_pbds::detail::select_value_type.3cxx
Contents
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