Searched refs:aggregator_function_type (Results 1 – 1 of 1) sorted by relevance
76 using aggregator_function_type = aggregating_functor<lru_cache_type, aggregator_operation_type>; variable77 using aggregator_type = aggregator<aggregator_function_type, aggregator_operation_type>;95 my_aggregator.initialize_handler(aggregator_function_type(this)); in concurrent_lru_cache()