ALPSCore reference
util.cpp
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1998-2018 ALPS Collaboration. See COPYRIGHT.TXT
3  * All rights reserved. Use is subject to license terms. See LICENSE.TXT
4  * For use in publications, see ACKNOWLEDGE.TXT
5  */
6 #include <alps/alea/util.hpp>
8 
9 namespace alps { namespace alea {
10 
11 std::ostream &operator<<(std::ostream &stream, verbosity verb)
12 {
13  internal::get_format(stream, PRINT_TERSE) = verb;
14  return stream;
15 }
16 
17 }}
T & get_format(std::ios_base &stream, T initial_value=T())
Definition: format.hpp:90
std::ostream & operator<<(std::ostream &, const autocorr_result< T > &)
Definition: autocorr.cpp:293