Loading...
Searching...
No Matches
Go to the documentation of this file.
28 std::wstring_view ws(
L"Hello, World!");
38 constexpr std::wstring_view ws(
L"Hello, World!");
39 [[maybe_unused]]
constexpr auto b = std::begin(ws);
40 [[maybe_unused]]
constexpr auto e = std::end(ws);
41 [[maybe_unused]]
constexpr auto cb = std::cbegin(ws);
42 [[maybe_unused]]
constexpr auto ce = std::cend(ws);
43 [[maybe_unused]]
constexpr auto rb = std::rbegin(ws);
44 [[maybe_unused]]
constexpr auto re = std::rend(ws);
45 [[maybe_unused]]
constexpr auto crb = std::crbegin(ws);
46 [[maybe_unused]]
constexpr auto cre = std::crend(ws);