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

Class search

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

Source from the content-addressed store, hash-verified

235// search --------------------------------
236
237struct search {
238
239 template <class Args>
240 struct sig {
241 typedef typename boost::remove_const<
242 typename boost::tuples::element<1, Args>::type
243 >::type type;
244 };
245
246 template <class A, class C>
247 A
248 operator()(A a, A b, C c, C d) const
249 { return std::search(a, b, c, d);}
250
251 template <class A, class C, class E>
252 A
253 operator()(A a, A b, C c, C d, E e) const
254 { return std::search(a, b, c, d, e);}
255
256};
257
258// copy ---------------------------------
259

Callers 8

operator()Method · 0.70
searchMethod · 0.50
findFunction · 0.50
findMethod · 0.50
rfindMethod · 0.50
time_point_io.hppFile · 0.50
type searchMethod · 0.50
skip_begining_runtimeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected