VIPRA Documentation
Loading...
Searching...
No Matches
VIPRA
Concepts
StringView
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>
VIPRA::Concepts::StringView
Definition
string_view.hpp:9
Generated by
1.13.2