Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dscoped_allocator.hpp50 struct is_scoped_allocator_imp struct
52 typedef char yes_type;
53 struct no_type{ char dummy[2]; };
61 static const bool value = (sizeof(yes_type) == sizeof(test<Allocator>(0)));