Otherwise, if 
T is a class or enumeration type and
  
auto(rbegin(t))
  is a valid expression whose type models
  
input_or_output_iterator
  where the meaning of 
rbegin is established as-if by performing
  argument-dependent lookup only (
[basic.lookup.argdep]),
  then 
ranges::rbegin(E) is expression-equivalent to
  that expression
.