Function amici::hdf5::locationExists(std::string const &filename, std::string const &location)

Function Documentation

bool amici::hdf5::locationExists(std::string const &filename, std::string const &location)

Check if the given location (group, link or dataset) exists in the given file.

Return

true if exists, false otherwise

Parameters
  • filename: HDF5 filename

  • location: Location to test for