Code: Select all
template <class T, typename TAlloc = irrAllocator<T> >
class array
{
public:
typedef T value_type;
typedef u32 size_type;
//...
Code: Select all
template <class T, typename TAlloc = irrAllocator<T> >
class array
{
public:
typedef T value_type;
typedef u32 size_type;
//...