view wisdom/raii @ 9224:996cd3d8331a

<oerjan> sled bin/slwd//s,$, | sed \'s/^Rosebud!$/Roswbud!/\',
author HackBot
date Mon, 10 Oct 2016 23:41:00 +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.