MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / BitSetParallelForAllRanged

Function BitSetParallelForAllRanged

source/MRMesh/MRBitSetParallelFor.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109/// \return false if terminated by callback
110template <typename BS, typename ...F>
111inline auto BitSetParallelForAllRanged( const BS & bs, F &&... f )
112{
113 return BitSetParallel::ForAllRanged( bs, std::forward<F>( f )... );
114}
115
116/// executes given function f( bit, subBitRange, tls ) for each bit in IdRange or BitSet (bs) in parallel threads,
117/// where subBitRange are the bits that will be processed by the same thread,

Callers 4

prepareMethod · 0.85
findComponentBitSetFunction · 0.85

Calls 1

ForAllRangedFunction · 0.85

Tested by

no test coverage detected