template<typename T, bool NIsTrivial>
struct ae2f::Ds::Arr::__Refer< T, NIsTrivial >
- Warning
- This class is not intended to be used directly.
Use binder classes in order not to get undefined behaviour.
This structure does not own the memory.
An interface to implement the linear array.
- Template Parameters
-
T | |
NIsTrivial | Whether [T] is trivial or not.
0 means [T] is not trivial, which means it has a custom constructor - destructor. |
- See also
- ae2f_ds_cAlloc
-
ae2f_ds_Alloc_cRef
-
ae2f::Ds::Alloc::rRefer