Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
storage_ptr::storage_ptr

Constructor.

storage_ptr() noexcept;
  » more...

template<
    class T>
storage_ptr(
    T* r) noexcept;
  » more...

template<
    class T>
storage_ptr(
    boost::container::pmr::polymorphic_allocator< T > const& alloc) noexcept;
  » more...

Move constructor.

storage_ptr(
    storage_ptr&& other) noexcept;
  » more...

Copy constructor.

storage_ptr(
    storage_ptr const& other) noexcept;
  » more...

PrevUpHomeNext