MCPcopy Create free account
hub / github.com/celtera/libremidi / size

Method size

include/libremidi/system_error2.hpp:1288–1288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286 bool empty() const noexcept { return m_begin == m_end; }
1287
1288 size_type size() const noexcept { return m_end - m_begin; }
1289
1290 const_pointer data() const noexcept { return m_begin; }
1291

Callers 3

operator ==Function · 0.45
operator <Function · 0.45
messageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected