template <typename Test, template <typename...> class Ref>
struct is_specialization
Defined at line 882 of file ../../third_party/android/platform/frameworks/native/libs/binder/include/binder/Parcel.h
--- Helper Methods
TODO: move this to a utils header.
Determine if a type is a specialization of a templated type
Example: is_specialization_v
<T
, std::vector>