MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / operator()

Method operator()

native/Base.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 template<typename T>
95 struct Comparator : public std::binary_function<std::shared_ptr<T>, std::shared_ptr<T>, bool> {
96 bool operator()(std::shared_ptr<T> const &left, std::shared_ptr<T> const &right) const {
97 return *left.get() < *right.get();
98 }
99 };
100
101

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected