Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

immer::map< K, T, Hash, Equal, MemoryPolicy, B >::equal_value Struct Reference

Public Member Functions

auto operator() (const value_t &a, const value_t &b)
 

Detailed Description

template<typename K, typename T, typename Hash = std::hash<K>, typename Equal = std::equal_to<K>, typename MemoryPolicy = default_memory_policy, detail::hamts::bits_t B = default_bits>
struct immer::map< K, T, Hash, Equal, MemoryPolicy, B >::equal_value

Definition at line 128 of file map.hpp.

Member Function Documentation

◆ operator()()

template<typename K, typename T, typename Hash = std::hash<K>, typename Equal = std::equal_to<K>, typename MemoryPolicy = default_memory_policy, detail::hamts::bits_t B = default_bits>
auto immer::map< K, T, Hash, Equal, MemoryPolicy, B >::equal_value::operator() ( const value_t a,
const value_t b 
)
inline

Definition at line 130 of file map.hpp.


The documentation for this struct was generated from the following file:
Released under the MIT license