#include <iostream>
#include <vector>
#include <memory>
#include <alps/hdf5/archive.hpp>
#include <alps/utilities/stacktrace.hpp>
#include <alps/utilities/cast.hpp>
#include "common.hpp"
Go to the source code of this file.
#define ALPS_HDF5_READ_VECTOR_ATTRIBUTE_HELPER |
( |
|
T | ) |
|
Value:template bool hdf5_read_vector_attribute_helper(std::string const &, T *, attribute_type const &, type_type const &, \
std::vector<std::size_t> const &, \
std::vector<std::size_t> const &);
Definition at line 69 of file archive_read_vector_attribute_helper.cpp.