Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexInLog/ReactivePlusPlus
/ empty_function
Function
empty_function
src/rpp/rpp/utils/functors.hpp:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template<typename... Types>
33
void empty_function(const Types&...)
34
{
35
}
36
37
struct empty_function_any_t
38
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected