annotate wisdom/raii @ 6230:2b389a0e6a40

<mroman> learn erudecorp is the shortform of e-rude corporation. The term is used for corporations that are electronically rude.
author HackBot
date Fri, 20 Nov 2015 15:36:41 +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.