view wisdom/raii @ 5912:6cdc3c5f6fd8

<oerjan> ` touch test; sed -i \'r/haskell/\' test
author HackBot
date Tue, 18 Aug 2015 23:47: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.