Searched defs:isPodLike (Results 1 – 4 of 4) sorted by relevance
30 struct isPodLike { struct52 struct isPodLike<std::pair<T, U> > { argument
131 template <> struct isPodLike<BindingKey> { struct132 static const bool value = true;
3478 template <> struct isPodLike<CatchHandlerType> { struct3479 static const bool value = true;
205 template <> struct isPodLike<Slice> { static const bool value = true; }; argument