Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h280 using FooDouble = Foo<double, 1>; variable
285 using AllocatorFooDouble = typename Allocator::template rebind<FooDouble>::other;
290 …g AllocatorFooDouble = typename std::allocator_traits<Allocator>::template rebind_alloc<FooDouble>;