h5cpp
0.5.1
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 | |
hdf5 | |
top-level namespace of the entire library | |
hdf5::datatype | |
Functions | |
template<typename T > | |
TypeTrait< typename std::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... | |