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

Helper for identifying pointers that are (probably) not C strings. More...

#include <debug.hh>

Concept definition

template<typename T>
std::is_pointer_v<T> && !std::is_same_v<T, const char *>
Helper for identifying pointers that are (probably) not C strings.
Definition debug.hh:51

Detailed Description

Helper for identifying pointers that are (probably) not C strings.

Definition at line 51 of file debug.hh.