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

Method begin

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

@name Array operators @{

Source from the content-addressed store, hash-verified

68 /// @name Array operators
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

Callers 3

operator==Method · 0.45
operator<Method · 0.45
byte_arrayClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected