annotate wisdom/raii @ 9794:af9b1c827680

<shachaf> slwrjan s#When he tries to remember a word, "amortized" pops up.#He could never remember the word "amortized" so he put it here for convenience.#
author HackBot
date Mon, 28 Nov 2016 21:03:35 +0000
parents de3812789118
children bfd7a53531df
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5854
de3812789118 <oren> learn RAII means you allocate in the constructor and deallocate in the destructor. There is no \'initializer\' involved.
HackBot
parents: 5853
diff changeset
1 RAII means you allocate in the constructor and deallocate in the destructor. There is no 'initializer' involved.