MCPcopy Create free account
hub / github.com/a2flo/floor / data

Method data

constexpr/const_array.hpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 constexpr const data_type& operator*() const { return &elems[0]; }
78
79 constexpr data_type* data() { return elems; }
80 constexpr const data_type* data() const { return elems; }
81
82 constexpr data_type& front() { return elems[0]; }

Callers 15

map_charactersMethod · 0.45
print_tokensMethod · 0.45
get_vr_propertyFunction · 0.45
openvr_context.cppFile · 0.45
input_setupMethod · 0.45
tracker_enumerateMethod · 0.45
openxr_input.cppFile · 0.45
openxr_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected