template <class T, class Allocator> alps::IDump& operator >> (alps::IDump& dump, std::vector<T,Allocator>& x); template <class T, class Allocator> alps::ODump& operator << (alps::ODump& dump, const std:: vector<T,Allocator>& x); template <class Allocator> alps::IDump& operator >> (alps::IDump& dump, std::vector<bool,Allocator>& x); template <class Allocator> alps::ODump& operator << (alps::ODump& dump, const std:: vector<bool,Allocator>& x);
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)