
26 Aug
2005
26 Aug
'05
8:14 p.m.
On 8/24/05, christopher diggins <cdiggins@videotron.ca> wrote:
- A typed_any. This is a type very similar to any with the added restriction that it can not be reset, it must be initialized with a type, and once initialized it can only hold values of that type.
This sounds like just the ticket for the database binding stuff being discussed in the ODBC thread. Would it be possible to do the type initialization lazily though (e.g. after construction)?
- any_ptr. The name says it all.
Does it? I'm confused as to what it is. Is it more or less a boost::shared_ptr<any>, or is it something else?
Anyone else interested in these types?
Yes. -- Caleb Epstein caleb dot epstein at gmail dot com