Ray's playground

 

Item 14: Think carefully about copying behavior in resource-managing classes.(Effective C++)

Copying an RAII object entails copying the resource it manages, so the copying behavior of the resource determines the copying behavior of the RAII object.
Common RAII class copying behaviors are disallowing copying and performing reference counting, but other behaviors are possible.

posted on 2010-01-07 21:04  Ray Z  阅读(238)  评论(0编辑  收藏  举报

导航