isPointerType

Evaluates to true if T is a pointer type.

  1. template isPointerType(T)
    template isPointerType (
    T
    ) {}
  2. template isPointerType(T : T*)

Members

Variables

isPointerType
auto isPointerType;
Undocumented in source.

Meta