Tapkee
HexWrapper< T > Struct Template Reference

#include <wrappers.hpp>

Public Member Functions

 HexWrapper (T value)
 

Public Attributes

utils::compile_time_assert< std::numeric_limits< T >::is_integer > HEX_USED_FOR_NON_INTEGER_TYPE
 
const T value_
 

Friends

template<typename U >
std::ostream & operator<< (std::ostream &out, const HexWrapper< U > &h)
 

Detailed Description

template<typename T>
struct formatting::wrappers::HexWrapper< T >

Definition at line 48 of file wrappers.hpp.

Constructor & Destructor Documentation

◆ HexWrapper()

HexWrapper ( value)
explicit

Definition at line 51 of file wrappers.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const HexWrapper< U > &  h 
)
friend

Member Data Documentation

◆ HEX_USED_FOR_NON_INTEGER_TYPE

utils::compile_time_assert<std::numeric_limits<T>::is_integer> HEX_USED_FOR_NON_INTEGER_TYPE

Definition at line 50 of file wrappers.hpp.

◆ value_

const T value_

Definition at line 52 of file wrappers.hpp.


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