Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
WidthWrapper< T > Struct Template Reference

#include <wrappers.hpp>

Public Member Functions

 WidthWrapper (unsigned int width, T value)
 

Public Attributes

const T value_
 
const unsigned int width_
 

Friends

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

Detailed Description

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

Definition at line 84 of file wrappers.hpp.

Constructor & Destructor Documentation

WidthWrapper ( unsigned int  width,
value 
)
explicit

Definition at line 86 of file wrappers.hpp.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const WidthWrapper< T > &  h 
)
friend

Member Data Documentation

const T value_

Definition at line 87 of file wrappers.hpp.

const unsigned int width_

Definition at line 88 of file wrappers.hpp.


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