11 template <
class TheTag,
class >
14 template <
class TheTag,
class R,
class... Args >
R(Args...) MethodType
Definition: static_method.hpp:22
Definition: advanced_ownership.hpp:5
TheTag TagType
Definition: static_method.hpp:21
StaticMethod(JNIEnv &env, const Class< TagType > &clazz, const char *name)
Definition: static_method.hpp:25
R ReturnType
Definition: static_method.hpp:23
jmethodID & GetStaticMethodID(JNIEnv &env, jclass &clazz, const char *name, const char *sig)
Definition: functions.hpp:320
std::pointer_traits< ::jmethodID >::element_type jmethodID
Definition: types.hpp:56
Definition: tagging.hpp:13