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 >::project_value Struct Reference

Public Member Functions

const T & operator() (const value_t &v) const noexcept
 

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 >::project_value

Definition at line 68 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>
const T& immer::map< K, T, Hash, Equal, MemoryPolicy, B >::project_value::operator() ( const value_t v) const
inlinenoexcept

Definition at line 70 of file map.hpp.


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