|
openPMD-api
|
Functor template to be used in combination with switchType::operator() to set a default value for constant record components via the respective type's default constructor. More...
#include <BaseRecordComponent.hpp>
Public Member Functions | |
| template<typename T > | |
| void | operator() (T_RecordComponent &rc) |
| template<unsigned n, typename... Args> | |
| void | operator() (Args &&...) |
Functor template to be used in combination with switchType::operator() to set a default value for constant record components via the respective type's default constructor.
Used to implement empty datasets in subclasses of BaseRecordComponent (currently RecordComponent).
| T_RecordComponent |
1.8.17