Implementing stateful meta contianer in C++ Using Modern C++.
How to implement a stateful meta-container in C++
by Filip Roséen
From the article:
This post has explained the technical aspects related to an implementation of a stateful meta-container, allowing a developer to more easily work with, and modify, a given set of entities during the phase of translation.Together with the previous posts in this series, the formerly unstateful world of translation has gone into a stateful universe — allowing for some crazy, but conforming, implementations.
Add a Comment
Comments are closed.