#include <boost/preprocessor/tuple/to_seq.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
#include <alps/config.hpp>
#include <alps/accumulators/feature/count.hpp>
Go to the source code of this file.
#define ALPS_ACCUMULATOR_INST_COUNT_ACC |
( |
|
r, |
|
|
|
data, |
|
|
|
T |
|
) |
| template class Accumulator<T, count_tag, AccumulatorBase<T>>; |
#define ALPS_ACCUMULATOR_INST_COUNT_RESULT |
( |
|
r, |
|
|
|
data, |
|
|
|
T |
|
) |
| template class Result<T, count_tag, ResultBase<T>>; |
#define ALPS_ACCUMULATOR_VALUE_TYPES_SEQ BOOST_PP_TUPLE_TO_SEQ(ALPS_ACCUMULATOR_VALUE_TYPES_SIZE, (ALPS_ACCUMULATOR_VALUE_TYPES)) |