view wisdom/raii @ 6478:c22e0054f6cf

<oerjan> ` rm bin/1492; cp bin/{2015,1492}
author HackBot
date Fri, 01 Jan 2016 00:05:32 +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.