| 379 | } |
| 380 | |
| 381 | inline sz_cptr_t raw() const noexcept { return reinterpret_cast<sz_cptr_t>(&lut_[0]); } |
| 382 | inline char_type &operator[](char_type c) noexcept { return lut_[sz_bitcast_(unsigned_type_, c)]; } |
| 383 | inline char_type const &operator[](char_type c) const noexcept { return lut_[sz_bitcast_(unsigned_type_, c)]; } |
| 384 | }; |
no outgoing calls
no test coverage detected