ALPS Project: osiris library

Header file osiris/std/map.h

This header contains serialization functions for std::map and std::multimap.

Synopsis

template <class Key, class T, class Compare, class Allocator>
alps::IDump& operator >> (alps::IDump& dump,
		     std::map<Key,T,Compare,Allocator>& x);
		     	
template <class Key, class T, class Compare, class Allocator>
alps::ODump& operator << (alps::ODump& dump,
		    const std::map<Key,T,Compare,Allocator>& x);
		    
template <class Key, class T, class Compare, class Allocator>
alps::IDump& operator >> (alps::IDump& dump,
		    std::multimap<Key,T,Compare,Allocator>& x);
		    
			  
template <class Key, class T, class Compare, class Allocator>
alps::ODump& operator << (alps::ODump& dump,
		    const std::multimap<Key,T,Compare,Allocator>& x)l

copyright (c) 1994-2010 by Matthias Troyer

Distributed under the Boost Software License, Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt)