pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
pflib::packing::hex< WordType, HexWidth > Struct Template Reference

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_
 

Friends

std::ostreamoperator<< (std::ostream &os, const pflib::packing::hex< WordType, HexWidth > &h)
 

Detailed Description

template<typename WordType, std::size_t HexWidth = 2 * sizeof(WordType)>
struct pflib::packing::hex< WordType, HexWidth >

A very simple wrapper enabling us to more easily tell the output stream to style the input word in hexidecimal format.

Template Parameters

in] WordType type of word for styling


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