lime
Lime is a C++ library implementing Open Whisper System Signal protocol
Loading...
Searching...
No Matches
Public Types | List of all members
jni::NativeMethodTraits< R(Args...) > Struct Template Reference

#include <native_method.hpp>

Inheritance diagram for jni::NativeMethodTraits< R(Args...) >:
jni::NativeMethodTraits< R(*)(Args...) > jni::NativeMethodTraits< R(T::*)(Args...) > jni::NativeMethodTraits< R(T::*)(Args...) const >

Public Types

using Type = R(Args...)
 
using ResultType = R
 

Member Typedef Documentation

◆ ResultType

template<class R , class... Args>
using jni::NativeMethodTraits< R(Args...) >::ResultType = R

◆ Type

template<class R , class... Args>
using jni::NativeMethodTraits< R(Args...) >::Type = R (Args...)

The documentation for this struct was generated from the following file: