22#ifndef LIBH5_UTILS_HPP
23#define LIBH5_UTILS_HPP
59 using v_t = std::vector<hsize_t>;
68 template <
typename... Ts>
72 return std::runtime_error{ss.str()};
std::vector< hsize_t > v_t
Vector of h5::hsize_t used throughout the h5 library.
unsigned long long hsize_t
Size type used in HDF5.
std::runtime_error make_runtime_error(Ts const &...ts)
Create a std::runtime_error with an error message constructed from the given arguments.
int64_t hid_t
ID type used in HDF5.