OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator_traits
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
PR9902.cpp
16
struct
allocator_traits
struct
19
template <class T> using rebind_traits =
allocator_traits
<rebind_alloc<T>>;
27
allocator_traits
<allocator<char>>::rebind_alloc<int> a;
PR9908.cpp
10
struct
allocator_traits
struct
15
template <class T> using rebind_traits =
allocator_traits
<rebind_alloc<T>>;
31
allocator_traits
<A<char> >::rebind_traits<double> a;
Completed in 89 milliseconds