hops
Functions
easy_attribute.cpp File Reference
#include <highfive/H5Easy.hpp>
Include dependency graph for easy_attribute.cpp:

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

To enable plug-ins, load the relevant libraries BEFORE HighFive. E.g.

#include <xtensor/xtensor.hpp> #include <Eigen/Eigen> #include <highfive/H5Easy.hpp>

or ask HighFive to include them. E.g.

#define H5_USE_XTENSOR #define H5_USE_EIGEN #include <highfive/H5Easy.hpp>