|
◆ AddLast() [2/2]
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
AkForceInline T* AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::AddLast |
( |
ARG_T |
in_rItem |
) |
|
|
inline |
Add an item in the array, and fills it with the provided item.
AkArray.h の 477 行目に定義があります。
|