xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::StringViewConstructible Concept Reference

Determines if a type can be constructed from a string view. More...

#include <tools/Concepts.hpp>

Concept definition

template<typename Type>
{
typename tools::StringViewConstructibleCharType<Type>;
}
Determines if a type can be constructed from a string view.
Definition Concepts.hpp:100
T make_unique(T... args)

Detailed Description

Determines if a type can be constructed from a string view.

This concept determines if a type can be constructed from a const reference to exactly one of std::string_view, std::wstring_view, std::u8string_view, std::u16string_view, and std::u32string_view.

See also
IsStringViewConstructible
std::constructible_from