xentara-utils v2.0.4
The Xentara Utility Library
|
Determines if a type can be converted to a string view. More...
#include <xentara/utils/tools/Concepts.hpp>
Determines if a type can be converted to a string view.
This concept determines if a type can be implicitly and explicitly converted to exactly one of std::string_view, std::wstring_view, std::u8string_view, std::u16string_view, and std::u32string_view.