boost::urls::grammar::recycled_ptr::recycled_ptr

Constructor

Synopses

Constructor

Constructor

recycled_ptr(std::nullptr_t) noexcept;

Constructor

explicit
recycled_ptr(recycled<T>& bin);

Constructor

recycled_ptr(recycled_ptr const& other) noexcept;

Constructor

recycled_ptr(recycled_ptr&& other) noexcept;

Constructor

recycled_ptr(
    recycled<T>& bin,
    std::nullptr_t) noexcept;

Parameters

Name

Description

bin

The recycle bin to use

other

The pointer to copy

See Also