Template Function h5pp::hdf5::checkIfAttributeExists(const h5x&, std::string_view, std::string_view, std::optional<bool>, const hid::h5p&)¶
Defined in File h5ppHdf5.h
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “h5pp::hdf5::checkIfAttributeExists” with arguments (const h5x&, std::string_view, std::string_view, std::optional<bool>, const hid::h5p&) in doxygen xml output for project “h5pp” from directory: ./doxyoutput/xml. Potential matches:
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_link_or_hid_t<h5x>> bool checkIfAttributeExists(const h5x &link, std::string_view linkPath, std::string_view attrName, std::optional<bool> attrExists = std::nullopt, const hid::h5p &linkAccess = H5P_DEFAULT)
- template<typename h5x, typename = h5pp::type::sfinae::enable_if_is_h5_loc_or_hid_t<h5x>> bool checkIfAttributeExists(const h5x &loc, std::string_view linkPath, std::string_view attrName, std::optional<bool> linkExists = std::nullopt, std::optional<bool> attrExists = std::nullopt, const hid::h5p &linkAccess = H5P_DEFAULT)