cuda::experimental::stf::exception_policies::always#

template<class _A, class _B, class ..._Cs>
auto cuda::experimental::stf::exception_policies::always(
_A &&__a,
_B &&__b,
_Cs&&... __cs
)#

See always_t.

Variadic: always(a, b, c) folds left, so both b and c run regardless of a, and c runs regardless of b.