Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
clone.hpp File Reference
#include "type_traits.hpp"
Include dependency graph for clone.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ext
 

Functions

template<class T >
auto ext::clone (T &&tmp)
 Wrapper around clone by means of using copy constructor or clone method if available. More...