1#ifndef TATOOINE_CLONABLE_H
2#define TATOOINE_CLONABLE_H
7template <
typename Base>
Definition: algorithm.h:6
std::unique_ptr< base_t > cloned_ptr_t
Definition: clonable.h:10
virtual cloned_ptr_t clone() const =0
Base base_t
Definition: clonable.h:9