Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ operator()
Method
operator()
src/rpp/rpp/utils/functors.hpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
{
60
template<typename T>
61
bool operator()(const T& l, const T& r) const
62
{
63
return l == r;
64
}
65
};
66
67
struct return_true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected