isCopyable

True if the type of M in A is copyable.

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

Meta