Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    rc443d1d rc3ebf37  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Mar  6 17:48:01 2017
    13 // Update Count     : 97
     12// Last Modified On : Thu Feb 23 22:27:53 2017
     13// Update Count     : 94
    1414//
    1515
     
    6868forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, const void * );
    6969
    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 
     70forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );
    7371// manipulators
    74 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );
    7572forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * );
    7673forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
Note: See TracChangeset for help on using the changeset viewer.