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

Method operator()

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

Source from the content-addressed store, hash-verified

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 ---------------------------------

Callers

nothing calls this directly

Calls 1

find_ifClass · 0.70

Tested by

no test coverage detected