Hi to all.
I'm trying to use typelists of the Loki Library. It works fine but I need an additional feature and I don't know if it is feasable.
You can access typelist's elements with an index like the following.
Field<0>(myTypelist);
Unfortunately the index has to be known at...
Hi all!
I am developping an Observer Pattern that works between processes. In my library I am using a stl::map of observers. In fact, the map if index by a key and returns a STL list of observersIDs.
so it looks like:
map< const int, list < controlId > > ObserversMap;
In my Subject Class I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.