Public Member Functions | Friends | List of all members
nmx::Fmt< T > Class Template Reference

#include <xfmt1.h>

Public Member Functions

 Fmt ()
 
template<class... Y>
 Fmt (const Y &... y)
 

Friends

std::ostream & operator<< (std::ostream &os, Fmt< T > fmt)
 

Detailed Description

template<typename T>
class nmx::Fmt< T >

Definition at line 11 of file xfmt1.h.

Constructor & Destructor Documentation

◆ Fmt() [1/2]

template<typename T >
nmx::Fmt< T >::Fmt ( )
inline

Definition at line 18 of file xfmt1.h.

◆ Fmt() [2/2]

template<typename T >
template<class... Y>
nmx::Fmt< T >::Fmt ( const Y &...  y)
inline

Definition at line 21 of file xfmt1.h.

Friends And Related Function Documentation

◆ operator<<

template<typename T >
std::ostream& operator<< ( std::ostream &  os,
Fmt< T >  fmt 
)
friend

Definition at line 24 of file xfmt1.h.


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