ALPS Project: osiris library

Header file osiris/std/valarray.h

This header contains serialization functions for std::valarray.

Synopsis

template <class T>
alps::IDump& operator>>(alps::IDump& dump, std::valarray<T>& x); 

template <class T>
alps::ODump& operator<<(alps::ODump& dump, const std::valarray<T>& 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)