h5pp
  • h5pp
  • To-do
  • Library API
h5pp
  • Docs »
  • Library API »
  • Typedef h5pp::type::sfinae::enable_if_is_h5_link_or_hid_t
  • View page source

Typedef h5pp::type::sfinae::enable_if_is_h5_link_or_hid_t¶

  • Defined in File h5ppTypeSfinae.h

Typedef Documentation¶

template<typename T>
using h5pp::type::sfinae::enable_if_is_h5_link_or_hid_t = std::enable_if_t<std::is_same_v<T, hid::h5f> or std::is_same_v<T, hid::h5d> or std::is_same_v<T, hid::h5g> or std::is_same_v<T, hid::h5o> or std::is_same_v<T, hid_t> or std::is_same_v<T, hid_t>>¶
Next Previous

© Copyright 2020-present, David Ace

Built with Sphinx using a theme provided by Read the Docs.