libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::format::HexChar Struct Reference
+ Inheritance diagram for clues::format::HexChar:

Public Member Functions

 HexChar (const unsigned char ch)
 

Detailed Description

Definition at line 484 of file format.cxx.

Constructor & Destructor Documentation

◆ HexChar()

clues::format::HexChar::HexChar ( const unsigned char ch)
inline

Definition at line 486 of file format.cxx.

486 :
487 cosmos::FormattedNumber<unsigned char>{ch, 2, [](std::ostream &o){ o << std::hex; }, "\\x"}
488 {}

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