7 template <
class TagType,
class... Args >
8 class Constructor :
public Method<TagType, void (Args...)>
12 :
Method<TagType, void (Args...)>(env, clazz,
"<init>")
Definition: advanced_ownership.hpp:5
Constructor(JNIEnv &env, const Class< TagType > &clazz)
Definition: constructor.hpp:11