This site has been archived and made available for preservation purposes. No edits can be made.

RawArray

This is an old revision of this page, as edited 08-15-2012, 12:33 AM by foxtacles (contribs). It may differ significantly from the current revision.

[top]Definition

Code cpp:
template <typename T>
using RawArray = T*;
 
#define RawArray(type) RawArray<type>