Home
last modified time | relevance | path

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

/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp413 struct IntRange { struct
417 IntRange(int low_, int high_) : low(low_), high(high_) {} in IntRange() function