On Wed, Oct 9, 2024 at 11:41 AM Yi Cao <cao.yi.s...@gmail.com> wrote: > > Hi, > I want to store pointers to avoid copy of large amount of data. And then I > can pass such table and extract pointers from the column and access object it > points to.
Is there some reason not to place your shared_ptr's in a C++ container (vector/deque/whatever)? -- Andrew Bell andrew.bell...@gmail.com