Ray's playground

 

Item 43: Know how to access names in templatized base classes(Effective C++)

  • In derived class templates, refer to names in base class templates via a "this->" prefix, via using declarations, or via an explicit base class qualification.

posted on 2011-04-06 10:02  Ray Z  阅读(177)  评论(0编辑  收藏  举报

导航