Searched refs:value_function_type (Results 1 – 3 of 3) sorted by relevance
33 ``value_function_type`` object to construct a value for the key, and stores that value.34 The ``value_function_type`` object must be thread-safe.63 using value_function_type = ValueFunctionType;78 … concurrent_lru_cache( value_function_type f, std::size_t number_of_lru_history_items );89 .. cpp:function:: concurrent_lru_cache( value_function_type f, std::size_t number_of_lru_history_it…
62 using value_function_type = KeyToValFunctorT; variable83 value_function_type my_value_function;93 concurrent_lru_cache(value_function_type value_function, std::size_t cache_capacity) in concurrent_lru_cache()
164 using callback_type = typename cache_type::value_function_type;