Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 ( value)
explicit

Definition at line 51 of file wrappers.hpp.

Friends And Related Function Documentation

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

Member Data Documentation

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

Definition at line 50 of file wrappers.hpp.

const T value_

Definition at line 52 of file wrappers.hpp.


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