| 340 | } |
| 341 | |
| 342 | inline byte_t<2> byte_2_value(int64_t index) const |
| 343 | { |
| 344 | if (mode_ == mode_t::scalar_inplace) { |
| 345 | ASSERT(index == 0); |
| 346 | return base::span_cast<const byte_t<2>>(data())[index]; |
| 347 | } |
| 348 | return holder()->byte_2_value(index); |
| 349 | } |
| 350 | |
| 351 | inline byte_t<4> byte_4_value(int64_t index) const |
| 352 | { |