LeviLamina
Loading...
Searching...
No Matches
ll::concepts::IsDispatcher Concept Reference
Concept definition
template
<
class
T>
concept
ll::concepts::IsDispatcher
=
requires
(T t) {
typename
std::remove_cvref_t<T>::storage_type;
typename
std::remove_cvref_t<T>::listener_type;
t.storage;
t.call();
}
ll::concepts::IsDispatcher
Definition
Concepts.h:64
ll
concepts
IsDispatcher
Generated on Sat Apr 26 2025 05:57:12 for LeviLamina by
1.12.0