Comment Re:Java (Score 1) 29
Do reflections in java support containers? And if so, can you extend them to add your own container implementation?
IOW: does p.load(...) work if p contains a vector of elements (that may itself contain another vector)?
And, yes, I agree. C++ needs a decent standard library and reflections should be part of it :)
IOW: does p.load(...) work if p contains a vector of elements (that may itself contain another vector)?
And, yes, I agree. C++ needs a decent standard library and reflections should be part of it