Skip to site navigation (Press enter)
Re: custom memory management
Namespace
Thu, 27 Feb 2014 14:06:07 -0800
A struct is a value type. So it is passed by value and is placed
on the stack.
{ S s; }
S DTor is called at the end of the scope. So you can rely on RAII
as long as you use structs.
Previous message
View by thread
View by date
Next message
custom memory management
Simon Bürger
Re: custom memory management
Namespace
Re: custom memory management
Simon Bürger
Re: custom memory management
Steven Schveighoffer
Re: custom memory management
Simon Bürger
Re: custom memory management
Bienlein
Re: custom memory management
Dicebot
Re: custom memory management
Simon Bürger
Re: custom memory management
Dicebot
Re: custom memory management
Namespace
Re: custom memory management
Dicebot
Re: custom memory managemen...
Namespace
Reply via email to
Search the site
The Mail Archive home
digitalmars-d-learn - all messages
digitalmars-d-learn - about the list
Expand
Previous message
Next message