named queries
| 701 | |
| 702 | public: // named queries |
| 703 | constexpr auto empty() const noexcept -> bool { return m_size == 0; } |
| 704 | constexpr auto size() const noexcept -> size_type { return m_size; } |
| 705 | |
| 706 | // Returns the current start pointer. If the StringRef is not |
no outgoing calls