template<typename _Ty , class _Ax >
1487 :
_My_array(static_cast<pointer>(_Ptr)),
_N(_NTrials),
_I(0)
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
_Ty value_type
A type that represents the data type stored in a concurrent vector.
Definition: concurrent_vector.h:451
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
1504 new( &
_My_array[
_I] ) _Ty(static_cast<const _Ty*>(_Src)[_I]);
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
1499 new( &
_My_array[
_I] ) _Ty(*static_cast<const _Ty*>(_Src));
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
template<class _It >
1513 for(;
_I <
_N; ++
_I, ++_Src)
size_type _I
Definition: concurrent_vector.h:1485
const pointer _My_array
Definition: concurrent_vector.h:1483
const size_type _N
Definition: concurrent_vector.h:1484
template<typename _Ty , class _Ax >
template<typename _Ty , class _Ax >
template<typename _Ty , class _Ax >
template<typename _Ty , class _Ax >
The documentation for this class was generated from the following file: