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