Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Public Member Functions | Friends
gzomanip< T > Class Template Reference

#include <zfstream.h>

Public Member Functions

 gzomanip (gzofstream &(*f)(gzofstream &, T), T v)
 

Friends

gzofstreamoperator<< (gzofstream &, const gzomanip< T > &)
 

Detailed Description

template<class T>
class gzomanip< T >

Definition at line 92 of file zfstream.h.

Constructor & Destructor Documentation

◆ gzomanip()

template<class T >
gzomanip< T >::gzomanip ( gzofstream &(*)(gzofstream &, T f,
T  v 
)
inline

Definition at line 95 of file zfstream.h.

Friends And Related Function Documentation

◆ operator<<

template<class T >
gzofstream & operator<< ( gzofstream s,
const gzomanip< T > &  m 
)
friend

Definition at line 101 of file zfstream.h.


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