Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Duses_allocator.hpp118 struct uses_allocator_imp struct
123 typedef char yes_type;
124 struct no_type{ char dummy[2]; };
142 static Allocator alloc; // Declared but not defined
145 static const bool value = sizeof(test<T>(alloc)) == sizeof(yes_type);