Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ operator()
Method
operator()
include/win/boost/lambda/algorithm.hpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
template <class A, class C>
89
A
90
operator()(A a, A b, C c, C d) const
91
{ return ::std::find_end(a, b, c, d); }
92
93
template <class A, class C, class E>
94
A
Callers
nothing calls this directly
Calls
1
find_end
Class · 0.70
Tested by
no test coverage detected