VIPRA Documentation
Loading...
Searching...
No Matches
VIPRA::Concepts::StringView Concept Reference

Concept definition

template<typename type_t>
concept VIPRA::Concepts::StringView = std::is_same_v<type_t, std::string_view> ||
std::is_convertible_v<type_t, std::string_view>
Definition string_view.hpp:9