Searched defs:deque_value_traits (Results 1 – 1 of 1) sorted by relevance
69 struct deque_value_traits struct71 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;