CHERIoT RTOS
A compartmentalised RTOS for CHERIoT hardware
Loading...
Searching...
No Matches
DebugFormatArgumentAdaptor< std::string_view > Struct Reference

String view specialisation, prints the string as-is. More...

#include <debug.hh>

Static Public Member Functions

static DebugFormatArgument construct (std::string_view &value)

Detailed Description

String view specialisation, prints the string as-is.

Note that this relies on the string view persisting for the duration of the call. It passes a pointer to the string-view argument.

Definition at line 369 of file debug.hh.

Member Function Documentation

◆ construct()

DebugFormatArgument DebugFormatArgumentAdaptor< std::string_view >::construct ( std::string_view & value)
inlinestatic

Definition at line 372 of file debug.hh.


The documentation for this struct was generated from the following file: