Corrade/Containers/StringStlView.h file new in Git master

STL std::string_view compatibility for Corrade::Containers::String and Corrade::Containers::StringView.

Including this header allows you to convert a Corrade::Containers::String / Corrade::Containers::StringView from and to a C++17 std::string_view, and to have sequences of std::string_view convertible to a Corrade::Containers::StringIterable. A separate Corrade/Containers/StringStl.h header provides compatibility with std::string, Corrade/Containers/StringStlHash.h then provides a std::hash specialization. See String STL compatibility, StringView STL compatibility and StringIterable STL compatibility for more information.