[#BloombergLP-bslmt-ThroughputBenchmark-numThreadsInGroup] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThroughputBenchmark.adoc[ThroughputBenchmark]::numThreadsInGroup :relfileprefix: ../../../ :mrdocs: Return the number of threads in the specified `threadGroupIndex`. The behavior is undefined unless `0 <= threadGroupIndex < numThreadGroups()`. == Synopsis Declared in `<bslmt_throughputbenchmark.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int numThreadsInGroup(int threadGroupIndex) const; ---- == Return Value number of threads in the specified thread group == Parameters [cols="1,4"] |=== | Name| Description | *threadGroupIndex* | index of the thread group |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#