xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::tools::StringViewConstructible Concept Reference

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

#include <xentara/utils/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:130
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