view wisdom/raii @ 9437:dbee8592fa68

<moony> ` echo "" | paste | echo "adding another one, one paste at a time"
author HackBot
date Wed, 26 Oct 2016 00:24:48 +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.