Home
last modified time | relevance | path

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

/third_party/boost/boost/move/
Dtraits.hpp45 struct has_trivial_destructor_after_move struct
/third_party/boost/libs/container/bench/
Dbench_alloc_expand_bwd.cpp82 struct has_trivial_destructor_after_move<MyInt> struct
84 static const bool value = true;
/third_party/boost/boost/container/
Dset.hpp1028 struct has_trivial_destructor_after_move<boost::container::set<Key, Compare, Allocator, Options> > struct
1031 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
1692 struct has_trivial_destructor_after_move<boost::container::multiset<Key, Compare, Allocator, Option… struct
1695 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
Dflat_set.hpp1199 struct has_trivial_destructor_after_move<boost::container::flat_set<Key, Compare, AllocatorOrContai… struct
1202 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
1931 struct has_trivial_destructor_after_move<boost::container::flat_multiset<Key, Compare, AllocatorOrC… struct
1934 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
Dflat_map.hpp1658 struct has_trivial_destructor_after_move<boost::container::flat_map<Key, T, Compare, AllocatorOrCon… struct
1663 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
2968 struct has_trivial_destructor_after_move< boost::container::flat_multimap<Key, T, Compare, Allocato… struct
2973 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
Dmap.hpp1370 struct has_trivial_destructor_after_move<boost::container::map<Key, T, Compare, Allocator, Options>… struct
1373 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
2294 struct has_trivial_destructor_after_move<boost::container::multimap<Key, T, Compare, Allocator, Opt… struct
2297 static const bool value = ::boost::has_trivial_destructor_after_move<tree>::value;
Dlist.hpp1523 struct has_trivial_destructor_after_move<boost::container::list<T, Allocator> > struct
1527 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
Dslist.hpp1697 struct has_trivial_destructor_after_move<boost::container::slist<T, Allocator> > struct
1701 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
Ddeque.hpp2298 struct has_trivial_destructor_after_move<boost::container::deque<T, Allocator, Options> > struct
2302 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
Dstable_vector.hpp2184 struct has_trivial_destructor_after_move<boost::container::stable_vector<T, Allocator> > struct
2188 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
Dvector.hpp3387 struct has_trivial_destructor_after_move<boost::container::vector<T, Allocator, Options> > struct
3391 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
Dstring.hpp3491 struct has_trivial_destructor_after_move<boost::container::basic_string<C, T, Allocator> > struct
3495 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&
/third_party/boost/boost/container/detail/
Dflat_tree.hpp1623 struct has_trivial_destructor_after_move<boost::container::dtl::flat_tree<T, KeyOfValue, Compare, A… struct
1628 static const bool value = ::boost::has_trivial_destructor_after_move<container_type>::value &&
Dtree.hpp1513 struct has_trivial_destructor_after_move struct
1521 static const bool value = ::boost::has_trivial_destructor_after_move<allocator_type>::value &&