Skip to content

Instantly share code, notes, and snippets.

@AlexBolotsin
Last active July 12, 2017 20:56
Show Gist options
  • Save AlexBolotsin/777dbbceeecd540cf48340f244b6cb82 to your computer and use it in GitHub Desktop.
Save AlexBolotsin/777dbbceeecd540cf48340f244b6cb82 to your computer and use it in GitHub Desktop.
class MyStorage : Storate<float>
{
public:
...
};
...
{
...
for (auto& item : myStorageInstance)
{
item.UpdateImportantInfo();
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment