view wisdom/raii @ 9269:befe19c198c3

<oerjan> mkx bin/randbin//grep -Hz \'\' bin/"$(ls -1 bin | shuf -n 1)"
author HackBot
date Thu, 13 Oct 2016 22:51:04 +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.