| 649 | return m_size == 0; |
| 650 | } |
| 651 | constexpr auto size() const noexcept -> size_type { |
| 652 | return m_size; |
| 653 | } |
| 654 | |
| 655 | // Returns the current start pointer. If the StringRef is not |
| 656 | // null-terminated, throws std::domain_exception |
no outgoing calls