which boost library should I use to implement RTTI in my project?? Is it Statechart library?
RTTI is built into the C++ language, with features like dynamic_cast and typeid. You don't need boost to use it.
RTTI is built into the C++ language. However, you'll find a few RTTI-related, convenient tools in Boost, e.g. Boost.TypeTraits which enables you to checks such as is_base_of(), has_trivial_constructor() and loads of other stuff. Boost.FunctionTypes might also be worth checking out.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With