| 649 | public: // iterators |
| 650 | constexpr const_iterator begin() const { return m_start; } |
| 651 | constexpr const_iterator end() const { return m_start + m_size; } |
| 652 | }; |
| 653 | |
| 654 | auto operator += ( std::string& lhs, StringRef const& sr ) -> std::string&; |
nothing calls this directly
no outgoing calls
no test coverage detected