| 670 | public: // iterators |
| 671 | constexpr const_iterator begin() const { return m_start; } |
| 672 | constexpr const_iterator end() const { return m_start + m_size; } |
| 673 | }; |
| 674 | |
| 675 | auto operator += ( std::string& lhs, StringRef const& sr ) -> std::string&; |
nothing calls this directly
no outgoing calls
no test coverage detected