[#BloombergLP-bdlmt-Throttle_InitHelper] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::Throttle_InitHelper :relfileprefix: ../../ :mrdocs: [*PRIVATE*]This component private meta‐function is used to implement the initialization macros. This type provides the following: * Ensures arguments are evaluated at compile time (which won't be the case for floating point arguments) * Enables compile time checks with BSLMF_ASSERT * Handles special cases if 0 is passed for `t_MAX_SIMULTANEOUS_ACTIONS` or `t_NANOSECONDS_PER_ACTION` == Synopsis Declared in `<bdlmt_throttle.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< int t_MAX_SIMULTANEOUS_ACTIONS, xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] t_NANOSECONDS_PER_ACTION> class Throttle_InitHelper; ---- == Static Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlmt/Throttle_InitHelper/k_msaValue.adoc[`k_msaValue`] | Compile‐time maximum simultaneous actions value for initialization macros. | xref:BloombergLP/bdlmt/Throttle_InitHelper/k_npaValue.adoc[`k_npaValue`] | Compile‐time nanoseconds‐per‐action value for initialization macros. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#