Questions tagged [boost-ptr-container]

Boost.Pointer Container is a C++ library that provides containers for holding heap-allocated objects in an exception-safe manner and with minimal overhead. The aim of the library is in particular to make OO programming easier in C++ by establishing a standard set of classes, methods and designs for dealing with OO specific problems.

Boost.Pointer Container is a C++ library that provides containers for holding heap-allocated objects in an exception-safe manner and with minimal overhead. The aim of the library is in particular to make OO programming easier in C++ by establishing a standard set of classes, methods and designs for dealing with OO specific problems.

31 questions
0
votes
1 answer

boost::ptr_vector constructor

I am attempting to use a boost::ptr_vector in a current project, and was wondering if it was possible to use a parameterized constructor in the push_back() method, or if I am required to use a default constructor? As a secondary question will it…
gardian06
  • 1,496
  • 3
  • 20
  • 34
1 2
3