Searched refs:oapp (Results 1 – 1 of 1) sorted by relevance
132 template<class TP> class oapp {135 oapp(ostream& (*f)(ostream&,TP)) : _f(f) {} in oapp() function