Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
grammar::recycled_ptr::operator=

Assignment.

recycled_ptr&
operator=(
    recycled_ptr&& other);
  » more...

recycled_ptr&
operator=(
    recycled_ptr const& other);
  » more...

PrevUpHomeNext