Concept to check if a type can be read/written from/to HDF5.
- Template Parameters
-
Definition at line 63 of file h5.hpp.
template<typename T>
{ T::hdf5_format() } -> std::convertible_to<std::string>;
}
A handle to an HDF5 group.
Concept to check if a type can be read/written from/to HDF5.
T h5_read(group g, std::string const &key)
Generic implementation for reading from an HDF5 dataset/subgroup.
void h5_write(group g, std::string const &name, T const &x) H5_REQUIRES(std
Write a scalar to an HDF5 dataset.