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

Concept to check if a type inherits from a base class. More...

#include <src/utils/icloneable.h>

Concept definition

template<typename T, typename Base>
concept zrythm::utils::InheritsFromBase = std::is_base_of_v<Base, std::remove_pointer_t<T>>
Concept to check if a type inherits from a base class.
Definition icloneable.h:120

Detailed Description

Concept to check if a type inherits from a base class.

Definition at line 120 of file icloneable.h.