MCPcopy Create free account
hub / github.com/AlexInLog/ReactivePlusPlus / operator()

Method operator()

src/rpp/rpp/utils/functors.hpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 {
39 template<typename... Types>
40 constexpr void operator()(const Types&...) const noexcept
41 {
42 }
43 };
44
45 struct empty_function_any_by_lvalue_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected