CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
DebugConcepts::IsConvertibleToAddress Concept Reference

Helper concept for things that can be converted to addresses but are not enumerations. More...

#include <debug.hh>

Concept definition

template<typename T>
std::convertible_to<T, ptraddr_t> && !IsEnum<T>
Helper concept for things that can be converted to addresses but are not enumerations.
Definition debug.hh:59
Helper concept for matching enumerations.
Definition debug.hh:41

Detailed Description

Helper concept for things that can be converted to addresses but are not enumerations.

Definition at line 59 of file debug.hh.