BloombergLP::bdlmt::Throttle_InitHelper::k_npaValue

Compile-time nanoseconds-per-action value for initialization macros.

Synopsis

Declared in <bdlmt_throttle.h>

static
bsls::Types::Int64 const k_npaValue = 0 == t_MAX_SIMULTANEOUS_ACTIONS ? Throttle::k_ALLOW_NONE
                     : t_NANOSECONDS_PER_ACTION      ? t_NANOSECONDS_PER_ACTION
                                                     : Throttle::k_ALLOW_ALL;