TRIQS/h5 2.0.0
C++ interface to HDF5
Loading...
Searching...
No Matches
storable.hpp
#include "./format.hpp"
#include "./group.hpp"
#include <concepts>
#include <string>

Detailed Description

Provides the Storable concept to check if a type can be read/written from/to HDF5.

Definition in file storable.hpp.

Go to the source code of this file.

Concepts

concept  h5::Storable
 Concept to check if a type can be read/written from/to HDF5.