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

Method data

include/floor/constexpr/const_array.hpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 constexpr const data_type& operator*() const { return &elems[0]; }
79
80 constexpr data_type* data() { return elems; }
81 constexpr const data_type* data() const { return elems; }
82
83 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