Tapkee
OctWrapper< T > Struct Template Reference

#include <wrappers.hpp>

Public Member Functions

 OctWrapper (T value)
 

Public Attributes

utils::compile_time_assert< std::numeric_limits< T >::is_integer > OCT_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::OctWrapper< T >

Definition at line 66 of file wrappers.hpp.

Constructor & Destructor Documentation

OctWrapper ( value)
explicit

Definition at line 69 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> OCT_USED_FOR_NON_INTEGER_TYPE

Definition at line 68 of file wrappers.hpp.

const T value_

Definition at line 70 of file wrappers.hpp.


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