MCPcopy Create free account
hub / github.com/celtera/avendish / begin

Function begin

include/avnd/common/array.hpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template <typename T, std::size_t N>
30constexpr const T* begin(const ebo_array<T, N>& e) noexcept
31{
32 return e.arr;
33}
34template <typename T, std::size_t N>
35constexpr const T* end(const ebo_array<T, N>& e) noexcept
36{

Callers 10

operator()Method · 0.85
get_tagsFunction · 0.85
to_ossia_valueFunction · 0.85
loadMethod · 0.85
range_to_domainMethod · 0.85
liblo_send_bindingClass · 0.85
init_midi_messageMethod · 0.85
init_midi_messageMethod · 0.85
parameter.hppFile · 0.85
midifile.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected