TRIQS/h5 1.3.0
C++ interface to HDF5
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <cstdint>
#include <stdexcept>
#include <sstream>
#include <vector>

Detailed Description

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.