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

Method size

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

Source from the content-addressed store, hash-verified

31 data_type elems[array_size];
32
33 constexpr size_t size() const { return array_size; }
34 constexpr size_t max_size() const { return array_size; }
35 constexpr bool empty() const { return false; }
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected