¡@

Home 

c++ Programming Glossary: enable_down_cast

How do I pass template parameters to a CRTP?

http://stackoverflow.com/questions/11546478/how-do-i-pass-template-parameters-to-a-crtp

define a general template template typename Derived class enable_down_cast private typedefs typedef enable_down_cast Base public Derived.. Derived class enable_down_cast private typedefs typedef enable_down_cast Base public Derived const self const casting down the inheritance.. through Base enable deletion of Base through Derived ~enable_down_cast default C 11 only use ~enable_down_cast in C 98 Then you define..