h5cpp
0.5.0
A modern C++ wrapper for the HDF5 C library
|
Go to the documentation of this file.
35 class TypeTrait<std::complex<T>>
38 using element_type = TypeTrait<T>;
41 using Type = std::complex<T>;
47 sizeof(std::complex<T>));
TypeTrait< T >::DataspaceType create(const T &value)
factory function for dataspaces
Definition: type_trait.hpp:89
@ Compound
indicates a compound type
Type
Definition: type.hpp:43
static TypeClass create(const T &=T())
create the new type instance
Datatype TypeClass
subtype of Datatype which will be used
Definition: type_trait.hpp:58
static Compound create(size_t size)
constructor
const static TypeClass & get(const T &=T())
reference to const static type instance
top-level namespace of the entire library
Definition: attribute.hpp:45