Functions
vsl_pair_io.h File Reference

binary IO functions for std::pair<S, T> More...

#include <iosfwd>
#include <utility>

Go to the source code of this file.

Functions

template<class S , class T >
void vsl_b_write (vsl_b_ostream &s, const std::pair< S, T > &v)
 Write pair to binary stream. More...
 
template<class S , class T >
void vsl_b_read (vsl_b_istream &s, std::pair< S, T > &v)
 Read pair from binary stream. More...
 
template<class S , class T >
void vsl_print_summary (std::ostream &os, const std::pair< S, T > &v)
 Print human readable summary of object to a stream. More...
 

Detailed Description

binary IO functions for std::pair<S, T>

Author
Ian Scott

Definition in file vsl_pair_io.h.

Function Documentation

◆ vsl_b_read()

template<class S , class T >
void vsl_b_read ( vsl_b_istream s,
std::pair< S, T > &  v 
)

Read pair from binary stream.

Definition at line 28 of file vsl_pair_io.hxx.

◆ vsl_b_write()

template<class S , class T >
void vsl_b_write ( vsl_b_ostream s,
const std::pair< S, T > &  v 
)

Write pair to binary stream.

Definition at line 17 of file vsl_pair_io.hxx.

◆ vsl_print_summary()

template<class S , class T >
void vsl_print_summary ( std::ostream &  os,
const std::pair< S, T > &  v 
)

Print human readable summary of object to a stream.

Print human readable summary of object to a stream.

Definition at line 38 of file vsl_pair_io.hxx.