isPointerType.isPointerType

Undocumented in source.
  1. auto isPointerType;
    template isPointerType(T)
    static immutable
    static if(is(Unqual!(T) U == U*))
    auto isPointerType = true;
  2. auto isPointerType;

Meta