template <typename _T>
class HasToStringMethod
Defined at line 75 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h
Truthy if _T has toString() method.
Enumerations
enum
| Name | Value |
|---|---|
| value | decltype(_test<_T>(0))::value |
Defined at line 82 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h