CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
ds::linked_list::cell::HasIsSingletonCheck Concept Reference

Concept definition

template<typename T>
concept HasIsSingletonCheck = requires(T &t) {
{ t.cell_is_singleton_check() } -> std::same_as<bool>;
}

Detailed Description

Definition at line 67 of file linked_list.h.