Attribute.exists
bool exists(hid_t locId, string name)Checks if an attribute exists on an object.
Parameters
locId | Location identifier |
name | Name of the attribute to check |
Returns
true if the attribute exists, false otherwise
Throws
HDF5Exception if the check fails