MCPcopy Create free account
hub / github.com/comaps/comaps / LessInfo

Class LessInfo

libs/coding/files_container.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48protected:
49 struct LessInfo
50 {
51 bool operator()(TagInfo const & t1, TagInfo const & t2) const { return (t1.m_tag < t2.m_tag); }
52 bool operator()(TagInfo const & t1, Tag const & t2) const { return (t1.m_tag < t2); }
53 bool operator()(Tag const & t1, TagInfo const & t2) const { return (t1 < t2.m_tag); }
54 };
55
56 struct LessOffset
57 {

Callers 2

GetInfoMethod · 0.85
FinishMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected