template <typename _T>

class HasToStringFunction

Defined at line 87 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h

Truthy if _T has a overloaded toString(T)

Enumerations

enum 
Name Value
value decltype(_test<_T>(0))::value

Defined at line 94 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h