Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include "type_traits.hpp"
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... | |