| 65 | Span<CatCharT const> values; |
| 66 | |
| 67 | [[nodiscard]] ENC_DEVICE bool empty() const { return offsets.empty(); } // NOLINT |
| 68 | [[nodiscard]] ENC_DEVICE std::size_t size() const { // NOLINT |
| 69 | return this->empty() ? 0 : this->offsets.size() - 1; |
| 70 | } |
no outgoing calls
no test coverage detected