ccgl::utils_array::Array2D< T > Class Template Reference

Rudimentary RAII class of 2D Array which occupy successive memory. More...

#include <utils_array.h>

Detailed Description

template<typename T>
class ccgl::utils_array::Array2D< T >

Rudimentary RAII class of 2D Array which occupy successive memory.

Currently not used in CCGL, but maybe in future!

Refers to: origin implementation: https://stackoverflow.com/a/21944048/4837280 and memory leak fixed: https://stackoverflow.com/a/58309862/4837280


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