|
h5cpp 0.7.0
A modern C++ wrapper for the HDF5 C library
|
#include <h5cpp/datatype/type_trait.hpp>

Go to the source code of this file.
Classes | |
| class | hdf5::datatype::DatatypeHolder |
| data type object holder More... | |
Namespaces | |
| namespace | hdf5 |
| top-level namespace of the entire library | |
| namespace | hdf5::datatype |
Functions | |
| template<typename T > | |
| TypeTrait< typenamestd::remove_const< T >::type >::TypeClass | hdf5::datatype::create (const T &v=T{}) |
| factory function for creating data types More... | |
| template<typename T > | |
| const Datatype & | hdf5::datatype::get (const T &v=T{}) |
| factory function for getting reference of data types More... | |