isPointer

True if the type of M in A is a pointer.

  1. eponymoustemplate isPointer(T)
  2. alias isPointer(alias A, string M) = isPointer!(typeof(getChild!(A, M)))
    alias isPointer(alias A, string M) = isPointer!(typeof(getChild!(A, M)))

Meta