| 23 | static constexpr auto npos{static_cast<size_type>(-1)}; |
| 24 | |
| 25 | inline constexpr LSBaseStringView() noexcept : data_(), size_(0) {} |
| 26 | inline constexpr LSBaseStringView(const LSBaseStringView&) noexcept = default; |
| 27 | inline constexpr LSBaseStringView& operator=(const LSBaseStringView&) noexcept = default; |
| 28 |