#include "Container/bijective-mapping.h"
Include dependency graph for bijective-mapping.C:
Go to the source code of this file.
Functions | |
template<class T1, class T2> void | write_bm (bijective_mapping< T1, T2 > const &m, ostream &out) |
write a bijective map to ostream. More... | |
template<class T1, class T2> void | read_bm (bijective_mapping< T1, T2 > &m, istream &in) |
read a bijective map from istream. More... |