MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / initialize_array

Method initialize_array

benchmarks/tbb/concurrent_vector.h:1238–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1236
1237template<typename T, class A>
1238void concurrent_vector<T, A>::initialize_array( void* begin, const void *, size_type n ) {
1239 internal_loop_guide loop(n, begin); loop.init();
1240}
1241
1242template<typename T, class A>
1243void concurrent_vector<T, A>::initialize_array_by( void* begin, const void *src, size_type n ) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected