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

Concept definition

template<typename T>
concept StrongTypedef = requires (T t) { typename T::strong_typedef; }

Detailed Description

Definition at line 122 of file traits.h.