2 #ifndef vsl_vector_io_h_ 3 #define vsl_vector_io_h_ 12 # include <vcl_msvc_warnings.h> 41 #endif // vsl_vector_io_h_ void vsl_b_read(vsl_b_istream &s, std::vector< T > &v)
Read vector from binary stream.
A binary output adaptor for any std::ostream.
void vsl_b_write(vsl_b_ostream &s, const std::vector< T > &v)
Write vector to binary stream.
An adaptor for any std::istream to make it suitable for binary input.
void vsl_print_summary(std::ostream &os, const std::vector< T > &v)
Print human readable summary of object to a stream.