view wisdom/raii @ 7756:77f4ea03fb33

<hppavilion[1]> ` echo "echo *sigh*" > bin/bin/bin
author HackBot
date Wed, 04 May 2016 21:27:31 +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.