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:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
struct empty_function_t
28
{
29
constexpr void operator()(const Types&...) const noexcept {}
30
};
31
32
template<typename... Types>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected