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 Fri Jun 13 2025 13:08:04 for LeviLamina by
1.12.0