Boost logo

Boost :

From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2002-12-04 13:40:22


"Eric Woodruff" <Eric.Woodruff_at_[hidden]> writes:

| [snip]
|
| > holder<Foo> h;
| > new (h.storage) Foo;
|
| What is the meaning of that syntax?

placement-new: Construct a Foo at h.storage.

-- Gaby


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk