Skip to content

Add template temporary

Pierre Aubert requested to merge add_template_temporary into master

Template temporary and HDF5 backend can be used when multiple data container have to be used in the same generated class (ie Tables, aligned tables, thrust vectors, eigen vectors, etc). With this method, a class (and its HDF5 backend) can be generated once and containers can be changed by the user at compilation time.

Merge request reports