STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
__gnu_pbds::detail::default_eq_fn< Key > Struct Template Reference

Primary template, default_eq_fn. More...

#include <ext/pb_ds/detail/standard_policies.hpp>

Public Types

typedef std::equal_to< Key > type
 Dispatched type. More...
 

Detailed Description

template<typename Key>
struct __gnu_pbds::detail::default_eq_fn< Key >

Primary template, default_eq_fn.

Member Typedef Documentation

template<typename Key >
typedef std::equal_to<Key> __gnu_pbds::detail::default_eq_fn< Key >::type

Dispatched type.


The documentation for this struct was generated from the following file: