| 626 | return m_size == 0; |
| 627 | } |
| 628 | constexpr auto size() const noexcept -> size_type { |
| 629 | return m_size; |
| 630 | } |
| 631 | |
| 632 | // Returns the current start pointer. If the StringRef is not |
| 633 | // null-terminated, throws std::domain_exception |
no outgoing calls
no test coverage detected