| 71 | template <loco::DataType DT> const typename loco::DataTypeImpl<DT>::Type &at(uint32_t n) const; |
| 72 | template <loco::DataType DT> typename loco::DataTypeImpl<DT>::Type &at(uint32_t n); |
| 73 | uint8_t *buffer(void) { return _data.data(); } |
| 74 | uint32_t byte_size(void) const { return _data.size(); } |
| 75 | |
| 76 | private: |
no test coverage detected