libcsdbg  1.28
C++ exception (and generic) stack trace debug library
filter & csdbg::filter::operator= ( const filter rval)
inlineprotectedvirtual

Assignment operator.

Parameters
[in]rvalthe assigned object
Returns
*this

Definition at line 40 of file filter.cpp.

41 {
42  return *this;
43 }