LDMX Software
|
A very simple wrapper enabling us to more easily tell the output stream to style the input word in hexidecimal format. More...
#include <Hex.h>
Public Member Functions | |
hex (WordType &w) | |
Public Attributes | |
WordType & | word_ |
Static Public Attributes | |
static const std::size_t | width_ {8 * sizeof(WordType)} |
Friends | |
std::ostream & | operator<< (std::ostream &os, const packing::utility::hex< WordType > &h) |
A very simple wrapper enabling us to more easily tell the output stream to style the input word in hexidecimal format.
in] WordType type of word for styling
|
inline |
|
friend |
|
static |
WordType& packing::utility::hex< WordType >::word_ |