TRIQS/h5 1.3.0
C++ interface to HDF5
|
#include <concepts>
#include "./array_interface.hpp"
#include "./complex.hpp"
#include "./file.hpp"
#include "./format.hpp"
#include "./generic.hpp"
#include "./group.hpp"
#include "./object.hpp"
#include "./scalar.hpp"
#include "./utils.hpp"
#include "./stl/string.hpp"
#include "./stl/array.hpp"
#include "./stl/vector.hpp"
#include "./stl/map.hpp"
#include "./stl/pair.hpp"
#include "./stl/tuple.hpp"
#include "./stl/optional.hpp"
#include "./stl/variant.hpp"
Includes all relevant h5 headers.
Definition in file h5.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. | |