Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROpaqueTaskArena.hxx
Go to the documentation of this file.
1#include "tbb/task_arena.h"
2
3namespace ROOT {
4class ROpaqueTaskArena : public tbb::task_arena {
5public:
6 using tbb::task_arena::task_arena;
7};
8}
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...