Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dallocator_test_common.h279 using FooChar = Foo<char, 1>; variable
284 using AllocatorFooChar = typename Allocator::template rebind<FooChar>::other;
289 …using AllocatorFooChar = typename std::allocator_traits<Allocator>::template rebind_alloc<FooChar>;