boost::urls::grammar::recycled_ptr::recycled_ptr
Constructor
Synopses
Declared in <boost/url/grammar/recycled.hpp>
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;