CLAPEntryPoint.factory_entry

Undocumented in source.
template CLAPEntryPoint(alias ClientClass)
version(CLAP)
nothrow @nogc
enum factory_entry = `extern(C) const(void)* clap_factory_entry(const(char)* factory_id) nothrow @nogc { import dplug.clap.types; return clap_factory_templated!` ~ ClientClass.stringof ~ `(factory_id); }`;

Meta