OASIS
Open Algebra Software
Loading...
Searching...
No Matches
Oasis::ExpectedWithStringView Concept Reference
#include <
Oasis/Concepts.hpp
>
Concept definition
template
<
typename
T>
concept
Oasis::ExpectedWithStringView
=
requires
{
typename
T::unexpected_type;
requires
std::same_as<typename T::unexpected_type, std::unexpected<std::string_view>
>;
}
Oasis::ExpectedWithStringView
Definition
Concepts.hpp:69
std::is_same_v
T is_same_v
Oasis
ExpectedWithStringView
Generated by
1.10.0