Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::utils::CloneableObject Concept Reference

Concept that checks if a type is cloneable. More...

#include <src/utils/icloneable.h>

Concept definition

template<typename T>
requires (T &obj, const T &other, ObjectCloneType clone_type) {
{ init_from (obj, other, clone_type) } -> std::same_as<void>;
}
Concept that checks if a type is cloneable.
Definition icloneable.h:38

Detailed Description

Concept that checks if a type is cloneable.

Template Parameters
TThe type to check.

Definition at line 38 of file icloneable.h.