Changes in src/libcfa/iostream [c443d1d:c3ebf37]
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rc443d1d rc3ebf37 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Mar 6 17:48:01201713 // Update Count : 9 712 // Last Modified On : Thu Feb 23 22:27:53 2017 13 // Update Count : 94 14 14 // 15 15 … … 68 68 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const void * ); 69 69 70 // tuples 71 forall( dtype ostype, otype T, ttype Params | ostream( ostype ) | writeable( T ) | { ostype * ?|?( ostype *, Params ); } ) ostype * ?|?( ostype * os, T arg, Params rest ); 72 70 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) ); 73 71 // manipulators 74 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );75 72 forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * ); 76 73 forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
Note:
See TracChangeset
for help on using the changeset viewer.