webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
google::protobuf::hash_map< Key, Data, HashFcn, EqualKey, Alloc > Class Template Reference

#include <hash.h>

Inheritance diagram for google::protobuf::hash_map< Key, Data, HashFcn, EqualKey, Alloc >:

Public Member Functions

 hash_map (int a=0, const HashFcn &b=HashFcn(), const EqualKey &c=EqualKey(), const Alloc &d=Alloc())
 
HashFcn hash_function () const
 

Constructor & Destructor Documentation

◆ hash_map()

template<typename Key, typename Data, typename HashFcn = hash<Key>, typename EqualKey = std::equal_to<Key>, typename Alloc = std::allocator< std::pair<const Key, Data> >>
google::protobuf::hash_map< Key, Data, HashFcn, EqualKey, Alloc >::hash_map ( int  a = 0,
const HashFcn &  b = HashFcn(),
const EqualKey &  c = EqualKey(),
const Alloc &  d = Alloc() 
)
inline

Member Function Documentation

◆ hash_function()

template<typename Key, typename Data, typename HashFcn = hash<Key>, typename EqualKey = std::equal_to<Key>, typename Alloc = std::allocator< std::pair<const Key, Data> >>
HashFcn google::protobuf::hash_map< Key, Data, HashFcn, EqualKey, Alloc >::hash_function ( ) const
inline

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