Searched defs:isPodLike (Results 1 – 5 of 5) sorted by relevance
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; }; struct