Definition in file vsl_stream.h.
Go to the source code of this file.
Classes | |
| struct | vsl_stream_summary_t< T > |
| Convert a vsl_print_summary function call to a streamable object. More... | |
Functions | |
| template<class S> | |
| vsl_stream_summary_t< S > | vsl_stream_summary (const S &x) |
| template<class T> | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vsl_stream_summary_t< T > &sss) |
| Insert conversion object into stream. | |
| vcl_ostream& operator<< | ( | vcl_ostream & | os, | |
| const vsl_stream_summary_t< T > & | sss | |||
| ) | [inline] |
| vsl_stream_summary_t<S> vsl_stream_summary | ( | const S & | x | ) | [inline] |
Definition at line 29 of file vsl_stream.h.
1.5.1