template <typename _T>
class IsPointerLike
Defined at line 105 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h
Truthy if _T is like a pointer: one of sp/optional/shared_ptr
Enumerations
enum
| Name | Value |
|---|---|
| value | decltype(_test<_T>(0))::value |
Defined at line 125 of file ../../third_party/android/platform/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h