Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_safe_mode.cpp384 struct non_key_based_index_policy_base: struct
387 typedef index_policy_base<MultiIndexContainer,N> super;
389 typedef typename super::container container;
390 typedef typename super::index_type index_type;
391 typedef typename index_type::value_type value_type;
392 typedef typename index_type::iterator iterator;
393 typedef typename index_type::node_type node_type;
395 static iterator insert(index_type& i,const value_type& v) in insert()
400 static iterator insert(index_type& i,iterator it,const value_type& v) in insert()
405 static void insert(index_type& i,BOOST_RV_REF(node_type) nh) in insert()