Skip to content

Instantly share code, notes, and snippets.

@chw2054
Created November 4, 2013 14:59
Show Gist options
  • Save chw2054/7303757 to your computer and use it in GitHub Desktop.
Save chw2054/7303757 to your computer and use it in GitHub Desktop.
#include <vector>
#include <array>
std::array< std::array< std::vector<T>, 150>, 300> gridList;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment