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

Method initialize_array_by

benchmarks/tbb/concurrent_vector.h:1243–1245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241
1242template<typename T, class A>
1243void concurrent_vector<T, A>::initialize_array_by( void* begin, const void *src, size_type n ) {
1244 internal_loop_guide loop(n, begin); loop.init(src);
1245}
1246
1247template<typename T, class A>
1248void concurrent_vector<T, A>::copy_array( void* dst, const void* src, size_type n ) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected