view wisdom/raii @ 10148:3dcbcbb63eb0

<oerjan> learn `spam <n> prints the nth output piece of the previous 1, 2 or sport command. n defaults to the next piece to display. Abbreviation: `n.
author HackBot
date Thu, 19 Jan 2017 02:59:35 +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.