Variable beluga::policies::every_n

Variable Documentation

constexpr detail::every_n_fn beluga::policies::every_n

Policy that triggers an action every N calls.

This policy is designed to be used for scenarios where an action needs to be performed periodically based on a specified count of calls.