DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / pipe / operatorassign.cc
123456789
#include "pipe.ih" Pipe &Pipe::operator=(Pipe &&tmp) { close(); swap(tmp); return *this; }