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

Method operator()

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

Source from the content-addressed store, hash-verified

67 struct return_true
68 {
69 bool operator()() const { return true; }
70 };
71
72 struct less

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected