CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Toggle main menu visibility
Loading...
Searching...
No Matches
ds
linked_list
cell
HasIsSingletonCheck
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>;
}
ds::linked_list::cell::HasIsSingletonCheck
Definition
linked_list.h:67
Detailed Description
Definition at line
67
of file
linked_list.h
.
Generated by
1.18.0