binary IO functions for std::basic_string<T> More...
#include <string>Go to the source code of this file.
Functions | |
| template<class T > | |
| void | vsl_b_write (vsl_b_ostream &s, const std::basic_string< T > &v) |
| Write string to binary stream. More... | |
| template<class T > | |
| void | vsl_b_read (vsl_b_istream &s, std::basic_string< T > &v) |
| Read string from binary stream. More... | |
binary IO functions for std::basic_string<T>
Definition in file vsl_string_io.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| std::basic_string< T > & | v | ||
| ) |
Read string from binary stream.
Read string from binary stream.
Definition at line 28 of file vsl_string_io.hxx.
| void vsl_b_write | ( | vsl_b_ostream & | s, |
| const std::basic_string< T > & | v | ||
| ) |
Write string to binary stream.
Write string to binary stream.
Definition at line 15 of file vsl_string_io.hxx.
1.8.15