Searched defs:isPodLike (Results 1 – 7 of 7) sorted by relevance
31 struct isPodLike { struct53 struct isPodLike<std::pair<T, U>> { argument
32 struct isPodLike { struct54 struct isPodLike<std::pair<T, U> > { argument
97 template <> struct isPodLike<PPRegion> { struct98 static const bool value = true;
133 template <> struct isPodLike<BindingKey> { struct134 static const bool value = true;
186 template <> struct isPodLike<Slice> { static const bool value = true; }; argument
228 template <> struct isPodLike<Slice> { static const bool value = true; }; struct