TS++ library: time series library

◆ clone()

template<class T>
virtual PDropContainer ts::drop::DropDropContainer< T >::clone ( ) const
inlineprotectedvirtual

Implements ts::drop::DropContainer< T >.

Definition at line 219 of file dropcontainer.h.

References ts::drop::DropDropContainer< T >::DropDropContainer(), and ts::drop::DropDropContainer< T >::Mn.

220  {
221  DropDropContainer<T>* retval(new DropDropContainer(Mn));
222  return(retval);
223  }
Here is the call graph for this function: