PxInlineArray

Defined in include/foundation/PxInlineArray.h

template<typename T, uint32_t N, typename Alloc = typename PxAllocatorTraits<T>::Type>
class PxInlineArray : public PxArray<T, PxInlineAllocator<N * sizeof(T), typename PxAllocatorTraits<T>::Type>>

Public Functions

inline PxInlineArray(const PxEMPTY v)
inline bool isInlined() const
inline explicit PxInlineArray(const Alloc &alloc = Alloc())