view wisdom/raii @ 7639:320ace5db18b

<ais523|rlwrap> mkx bin/PRIVMSG//bin/indirecho echo "$@"
author HackBot
date Sun, 01 May 2016 22:48:23 +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.