string_view::size() Returns the number of characters in the `string_view`.
| 248 | // |
| 249 | // Returns the number of characters in the `string_view`. |
| 250 | constexpr size_type size() const noexcept { return length_; } |
| 251 | |
| 252 | // string_view::length() |
| 253 | // |
no outgoing calls
no test coverage detected