view wisdom/raii @ 9276:4efb7eb04630

<hppavilion[1]> learn A restaurant is a type of transactional resource-distributing system powered by lazy evaluation.
author HackBot
date Fri, 14 Oct 2016 01:28:33 +0000
parents de3812789118
children bfd7a53531df
line wrap: on
line source

RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.