Home
last modified time | relevance | path

Searched defs:incremental_functor_const (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Dparallel_for_each_common.h319 struct incremental_functor_const { struct
320 void operator()(const std::size_t&) const { ++task_counter; } in operator()