Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddeque.hpp69 struct deque_value_traits struct
71 typedef T value_type;
72 static const bool trivial_dctr = dtl::is_trivially_destructible<value_type>::value;
73 …const bool trivial_dctr_after_move = ::boost::has_trivial_destructor_after_move<value_type>::value;