Searched refs:CanonicalDestType (Results 1 – 1 of 1) sorted by relevance
85 using CanonicalDestType = typename std::decay<DestType>::type; in IsTypeCompatible() local87 if (strcmp(GetTypeTag<CanonicalDestType>(), contained_type) == 0) in IsTypeCompatible()90 if (!std::is_pointer<CanonicalDestType>::value) in IsTypeCompatible()97 using NonPointer = typename std::remove_pointer<CanonicalDestType>::type; in IsTypeCompatible()