LeviLamina
Loading...
Searching...
No Matches
ll::concepts::IsLeviExpected Concept Reference

Concept definition

template<class T>
concept ll::concepts::IsLeviExpected = IsExpected<T> && std::same_as<typename std::remove_cvref_t<T>::error_type, Error>
Definition Concepts.h:28
Definition Concepts.h:38