Home
last modified time | relevance | path

Searched refs:void_ptr_indirect_fun (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/ptr_container/
Dindirect_fun.hpp102 class void_ptr_indirect_fun class
108 void_ptr_indirect_fun() : fun(Fun()) in void_ptr_indirect_fun() function in boost::void_ptr_indirect_fun
111 void_ptr_indirect_fun( Fun f ) : fun(f) in void_ptr_indirect_fun() function in boost::void_ptr_indirect_fun
144 inline void_ptr_indirect_fun<Fun,Arg> make_void_ptr_indirect_fun( Fun f ) in make_void_ptr_indirect_fun()
146 return void_ptr_indirect_fun<Fun,Arg>( f ); in make_void_ptr_indirect_fun()
Dptr_unordered_set.hpp43 void_ptr_indirect_fun<Hash,Key>,
44 void_ptr_indirect_fun<Pred,Key>,Allocator>,
49 void_ptr_indirect_fun<Hash,Key>,
50 void_ptr_indirect_fun<Pred,Key>,Allocator>,
134 boost::unordered_multiset<void*,void_ptr_indirect_fun<Hash,Key>,
135void_ptr_indirect_fun<Pred,Key>,Allocator>,
139 boost::unordered_multiset<void*,void_ptr_indirect_fun<Hash,Key>,
140 void_ptr_indirect_fun<Pred,Key>,Allocator>,
Dptr_set.hpp42 void_ptr_indirect_fun<Compare,Key>,Allocator>,
47 void_ptr_indirect_fun<Compare,Key>,Allocator>,
93 … std::multiset<void*,void_ptr_indirect_fun<Compare,Key>,Allocator>,
97 … std::multiset<void*,void_ptr_indirect_fun<Compare,Key>,Allocator>,
Dptr_list.hpp68 this->base().merge( x.base(), void_ptr_indirect_fun<Compare,U>( comp ) ); } in merge()
78 this->base().sort( void_ptr_indirect_fun<Compare,U>( comp ) ); in sort()
Dptr_sequence_adapter.hpp641 void_ptr_indirect_fun<Compare,T>(comp) ); in sort()
786 void_ptr_indirect_fun<BinPred,T> bin_pred(pred); in merge()
/third_party/boost/libs/ptr_container/doc/
Dindirect_fun.rst16 class ``void_ptr_indirect_fun``; otherwise we use the class
28 void_ptr_indirect_fun< std::less<std::string>, std::string> cast_fun;
95 struct void_ptr_indirect_fun
97 void_ptr_indirect_fun() : fun(Fun())
100 void_ptr_indirect_fun( Fun f ) : fun(f)
120 inline void_ptr_indirect_fun<Fun,Arg>
123 return void_ptr_indirect_fun<Fun,Arg>( f );
Dptr_multiset.rst31 - `void_ptr_indirect_fun <indirect_fun.html>`_
57 … std::multiset<void*,void_ptr_indirect_fun<Compare,Key>,Allocator>,
Dptr_set.rst32 - `void_ptr_indirect_fun <indirect_fun.html>`_
59 void_ptr_indirect_fun<Compare,Key>,Allocator>,
/third_party/boost/libs/ptr_container/test/
Dindirect_fun.cpp42 void_ptr_indirect_fun< std::less<std::string>, std::string> cast_fun; in test_fun()
65 void_ptr_indirect_fun<std::less<int>, int> int_cast_fun; in test_fun()