SPH
Public Member Functions | List of all members
CopyableArray< T, TAllocator, TCounter > Class Template Reference

#include <Array.h>

Public Member Functions

 CopyableArray (const Array< T, TAllocator, TCounter > &array)
 
 operator const Array< T, TAllocator, TCounter > & () const
 

Detailed Description

template<typename T, typename TAllocator, typename TCounter>
class CopyableArray< T, TAllocator, TCounter >

Definition at line 543 of file Array.h.

Constructor & Destructor Documentation

◆ CopyableArray()

template<typename T , typename TAllocator , typename TCounter >
CopyableArray< T, TAllocator, TCounter >::CopyableArray ( const Array< T, TAllocator, TCounter > &  array)
inline

Definition at line 548 of file Array.h.

Member Function Documentation

◆ operator const Array< T, TAllocator, TCounter > &()

template<typename T , typename TAllocator , typename TCounter >
CopyableArray< T, TAllocator, TCounter >::operator const Array< T, TAllocator, TCounter > & ( ) const
inline

Definition at line 551 of file Array.h.


The documentation for this class was generated from the following file: