template <typename T, typename... Args>
struct is_one_of
Defined at line 52 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
helper to see if T is the same to one of Args types.
template <typename T, typename... Args>
Defined at line 52 of file ../../third_party/android/platform/system/tools/aidl/aidl_language.h
helper to see if T is the same to one of Args types.