Typedef h5pp::type::sfinae::enable_if_is_integral_iterable_or_nullopt¶
Defined in File h5ppTypeSfinae.h
Typedef Documentation¶
-
template<typename
T
>
usingh5pp::type::sfinae
::
enable_if_is_integral_iterable_or_nullopt
= std::enable_if_t<is_integral_iterable_or_num_v<T> or std::is_same_v<T, std::nullopt_t>>¶