Typedef h5pp::type::sfinae::enable_if_is_h5_loc

Typedef Documentation

template<typename T>
using h5pp::type::sfinae::enable_if_is_h5_loc = std::enable_if_t<std::is_same_v<T, hid::h5f> or std::is_same_v<T, hid::h5g> or std::is_same_v<T, hid::h5o> or std::is_same_v<T, hid_t>>