h5pp
h5pp
To-do
Library API
h5pp
Docs
»
Library API
»
Typedef h5pp::type::sfinae::enable_if_is_h5_link
View page source
Typedef h5pp::type::sfinae::enable_if_is_h5_link
¶
Defined in
File h5ppTypeSfinae.h
Typedef Documentation
¶
template<typename
T
>
using
h5pp::type::sfinae
::
enable_if_is_h5_link
= 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>>
¶