view wisdom/raii @ 6407:dd3fd90886c8

<b_jonas> le/rn integer/An integer is a number that does not contain a wildcard that matches any character other than a line feed.
author HackBot
date Sat, 19 Dec 2015 16:07:33 +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.