view wisdom/raii @ 8190:944c162b3a67

<moon_> ` mv \\`mv bin/\\`mv
author HackBot
date Sat, 28 May 2016 00:10: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.