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

Method operator()

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

Source from the content-addressed store, hash-verified

73 {
74 template<typename T>
75 bool operator()(const T& l, const T& r) const
76 {
77 return l < r;
78 }
79 };
80
81 struct pack_to_tuple

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected