24 #ifndef ARM_COMPUTE_MISC_ICLONEABLE_H 25 #define ARM_COMPUTE_MISC_ICLONEABLE_H 44 virtual std::unique_ptr<T>
clone()
const = 0;
Copyright (c) 2017-2022 Arm Limited.
virtual ~ICloneable()=default
Default virtual desctructor.
virtual std::unique_ptr< T > clone() const =0
Provide a clone of the current object of class T.