view wisdom/raii @ 8025:84ed6d62104b

<hppavilion[2]> mkx bin/exps//words ${1---eng-1M --esolangs 20} | sed -re \'s/( |$)/exp\\1/g\' | rainwords
author HackBot
date Wed, 11 May 2016 21:51:36 +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.