Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ operator<
Method
operator<
cpp/include/proton/byte_array.hpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
friend bool operator<(const byte_array& x, const byte_array& y) {
86
return std::lexicographical_compare(x.begin(), x.end(), y.begin(), y.end());
87
}
88
/// @}
89
90
/// Print byte array in hex
Callers
nothing calls this directly
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected