Home | History | Annotate | Download | only in Scalar

Lines Matching defs:isPodLike

198 template <typename T> struct isPodLike;
199 template <> struct isPodLike<Slice> { static const bool value = true; };