Changeset c443d1d for src/libcfa/iostream
- Timestamp:
- Mar 6, 2017, 8:50:16 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2988eeb
- Parents:
- 8191203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
r8191203 rc443d1d 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Feb 24 21:09:09201713 // Update Count : 9 412 // Last Modified On : Mon Mar 6 17:48:01 2017 13 // Update Count : 97 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 73 // manipulators 70 74 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) ); 71 // manipulators72 75 forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * ); 73 76 forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
Note: See TracChangeset
for help on using the changeset viewer.