Searched refs:InnerAlloc (Results 1 – 1 of 1) sorted by relevance
42 typedef A2<int> InnerAlloc; in main() typedef44 InnerAlloc inner(4); in main()47 ASSERT_SAME_TYPE(decltype(a), std::scoped_allocator_adaptor<OuterAlloc, InnerAlloc>); in main()