#ifndef __cxz_h5_table_cc_h__ #define __cxz_h5_table_cc_h__ #include "h5_table.h" namespace CNORXZ { namespace hdf5 { template decltype(auto) iterRecords(F&& f) const { } template Table& appendRecord(const Tuple& t) const { } } } #endif