21 Aug
2006
21 Aug
'06
4:48 p.m.
Bo Xie
Hi all,
I know C++ language does not support Java language's "reflect" mechanism. Is there any corresponding C++ component/library for java.lang.reflect? e.g., Does Boost support "reflect"?
Thanks!
Best Regards, Xie, Bo
Check out Boost.TypeTraits. This is different from java's reflection facility which searches type information runtime. TypeTraits, instead, find out type information at compile time. Hope this helps. Minkoo Seo