// // string_view // %include %fragment(""); namespace std { %naturalvar string_view; class string_view; } %typemaps_std_string_view(std::string_view, char, SWIG_AsCharPtrAndSize, SWIG_FromCharPtrAndSize, %checkcode(STRINGVIEW));