Searched refs:omanip (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Diomanip.h130 template<class TP> class omanip;
137 omanip<TP> operator()(TP a)
138 { return omanip<TP>(_f, a); }
142 inline ostream& operator<<(ostream&, const omanip<TP>&);
144 template <class TP> class omanip { class
148 omanip(ostream& (*f)(ostream&, TP), TP a) : _f(f), _a(a) {}
151 ostream& operator<< <>(ostream& o, const omanip<TP>& m);
155 inline ostream& operator<<(ostream& o, const omanip<TP>& m)

Completed in 28 milliseconds