MCPcopy Create free account
hub / github.com/apache/qpid-proton / end

Method end

cpp/include/proton/byte_array.hpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 /// @{
70 value_type* begin() { return bytes_; }
71 value_type* end() { return bytes_+N; }
72 value_type& operator[](size_t i) { return bytes_[i]; }
73
74 const value_type* begin() const { return bytes_; }

Callers 2

operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected