MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / find_if

Class find_if

include/win/boost/lambda/algorithm.hpp:62–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60// find_if ---------------------------------
61
62struct find_if {
63
64 template <class Args>
65 struct sig {
66 typedef typename boost::remove_const<
67 typename boost::tuples::element<1, Args>::type
68 >::type type;
69 };
70
71 template <class A, class C>
72 A
73 operator()(A a, A b, C c) const
74 { return ::std::find_if(a, b, c); }
75};
76
77// find_end ---------------------------------
78

Callers 15

operator()Method · 0.70
Cli.cppFile · 0.50
is_contract_has_methodFunction · 0.50
is_escapeMethod · 0.50
is_cMethod · 0.50
is_quoteMethod · 0.50
anyFunction · 0.50
operator()Method · 0.50
findFunction · 0.50
rfindFunction · 0.50
find_first_not_ofFunction · 0.50

Calls

no outgoing calls

Tested by 5

find_first_not_ofFunction · 0.40
find_last_ofFunction · 0.40
find_last_not_ofFunction · 0.40
test_edge_list_graphMethod · 0.40
test_adjacency_matrixMethod · 0.40