| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected