Panda3D
Public Member Functions | List of all members
stl_hash_compare< Key, Compare > Class Template Reference
Inheritance diagram for stl_hash_compare< Key, Compare >:
floating_point_hash< Key >

Public Member Functions

bool is_equal (const Key &a, const Key &b) const
 
bool operator() (const Key &a, const Key &b) const
 
size_t operator() (const Key &key) const
 

Detailed Description

template<class Key, class Compare = std::less<Key>>
class stl_hash_compare< Key, Compare >

Definition at line 41 of file stl_compares.h.

Member Function Documentation

◆ is_equal()

template<class Key , class Compare = std::less<Key>>
bool stl_hash_compare< Key, Compare >::is_equal ( const Key &  a,
const Key &  b 
) const
inline

Definition at line 49 of file stl_compares.h.

◆ operator()() [1/2]

template<class Key , class Compare = std::less<Key>>
bool stl_hash_compare< Key, Compare >::operator() ( const Key &  a,
const Key &  b 
) const
inline

Definition at line 46 of file stl_compares.h.

◆ operator()() [2/2]

template<class Key , class Compare = std::less<Key>>
size_t stl_hash_compare< Key, Compare >::operator() ( const Key &  key) const
inline

Definition at line 43 of file stl_compares.h.


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