TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include <cstdint>
#include <stdexcept>
#include <sstream>
#include <vector>
Provides some utility functions for h5.
Definition in file utils.hpp.
Go to the source code of this file.
Typedefs | |
using | h5::hid_t = int64_t |
ID type used in HDF5. | |
using | h5::hsize_t = unsigned long long |
Size type used in HDF5. | |
using | h5::v_t = std::vector<hsize_t> |
Vector of h5::hsize_t used throughout the h5 library. | |
Functions | |
template<typename... Ts> | |
std::runtime_error | h5::make_runtime_error (Ts const &...ts) |
Create a std::runtime_error with an error message constructed from the given arguments. | |