#include #include #include int main() { std::string s{ std::format("inspect") }; std::string_view v{ s }; }