Variable ImmersX::detail::is_supported_transport_value

Variable Documentation

template<typename Type>
constexpr bool ImmersX::detail::is_supported_transport_value = std::is_arithmetic_v<std::decay_t<Type>> || is_tensor<std::decay_t<Type>>::value || has_raw_tensor_access<std::decay_t<Type>>::value