Home
last modified time | relevance | path

Searched refs:oapp (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Diomanip.h132 template<class TP> class oapp {
135 oapp(ostream& (*f)(ostream&,TP)) : _f(f) {} in oapp() function