LeviLamina
Loading...
Searching...
No Matches
ll::concepts::IsOptional Concept Reference
Concept definition
template
<
class
T>
concept
ll::concepts::IsOptional
= !
IsExpected<T>
&&
requires
(T o) {
o.value();
o.has_value();
o.operator*();
typename
std::remove_cvref_t<T>::value_type;
}
ll::concepts::IsExpected
Definition
Concepts.h:28
ll::concepts::IsOptional
Definition
Concepts.h:41
ll
concepts
IsOptional
Generated on Sat Apr 26 2025 05:57:12 for LeviLamina by
1.12.0