Home | History | Annotate | Download | only in string.view.io

Lines Matching defs:sv

28         string_view sv("some text");
29 out << sv;
31 assert(sv == out.str());
36 string_view sv(s);
38 out << sv;
44 wstring_view sv(L"some text");
45 out << sv;
47 assert(sv == out.str());
52 wstring_view sv(s);
54 out << sv;