ALPSCore reference
Main Page
Related Pages
Classes
Files
File List
File Members
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
>
7
#include <
alps/alea/internal/format.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
}}
format.hpp
alps::alea::PRINT_TERSE
Definition:
util.hpp:56
alps::alea::verbosity
verbosity
Definition:
util.hpp:55
alps::alea::internal::get_format
T & get_format(std::ios_base &stream, T initial_value=T())
Definition:
format.hpp:90
util.hpp
alps::alea::operator<<
std::ostream & operator<<(std::ostream &, const autocorr_result< T > &)
Definition:
autocorr.cpp:293
alps
Definition:
boost_array_functions.hpp:24
Generated on Sun Oct 14 2018 12:18:30 for ALPSCore reference by
1.8.11