Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
654a195d8bc028f8ff005a5627159e638fa13fa0
/
.
/
Tests
/
RunCMake
/
Tutorial
/
inspect.cpp
blob: e24c2f5ac4e0c96ba988d73ef049fdc0f2a00620 [
file
]
#include
<format>
#include
<string>
#include
<string_view>
int
main
()
{
std
::
string s
{
std
::
format
(
"inspect"
)
};
std
::
string_view v
{
s
};
}