MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

searchClass · 0.70

Tested by

no test coverage detected