Searched defs:gzomanip2 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/ |
H A D | zfstream.h | 413 class gzomanip2 class 420 const gzomanip2<Ta,Tb>&); 423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), 458 operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) argument 462 inline gzomanip2<int,int> 464 { return gzomanip2<int,int>(&setcompression, l, s); }
|
Completed in 616 milliseconds