isValueType

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

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

Meta