ReturnType

Gets an alias to the return type of M in A.

  1. template ReturnType(alias F)
  2. alias ReturnType(alias A, string M) = ReturnType!(getChild!(A, M))
    alias ReturnType(alias A, string M) = ReturnType!(getChild!(A, M))

Meta