Returns the contained string
| 112 | |
| 113 | /// Returns the contained string |
| 114 | string_view |
| 115 | str() const |
| 116 | { |
| 117 | return sv_; |
| 118 | } |
| 119 | |
| 120 | /// Implicit conversion to @ref string_view |
| 121 | operator string_view const() const |
no outgoing calls
no test coverage detected