GDB (xrefs)
|
#include <string_view>
Go to the source code of this file.
Variables | |
constexpr wchar_t | c1 [] = L"one" |
constexpr wchar_t | c2 [] = L"two" |
constexpr std::wstring_view | s1 {c1} |
constexpr std::wstring_view | s2 {c2} |
constexpr int | n1 = s1.compare(s1) |
constexpr int | n2 = s1.compare(s2) |