Home
last modified time | relevance | path

Searched refs:aggregator_function_type (Results 1 – 1 of 1) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_lru_cache.h76 using aggregator_function_type = aggregating_functor<lru_cache_type, aggregator_operation_type>; variable
77 using aggregator_type = aggregator<aggregator_function_type, aggregator_operation_type>;
95 my_aggregator.initialize_handler(aggregator_function_type(this)); in concurrent_lru_cache()