Otherwise, if
E2 designates a direct base class relationship
(D,B) and
D is either the cv-unqualified class type of
E1 or a base class thereof,
let
cv be the cv-qualification of the type of
E1. E1 is implicitly converted to the type “reference to
cv D”
(where the reference is an lvalue reference if
E1 is an lvalue
and an rvalue reference otherwise) and
the expression designates the direct base class subobject of type
B
of the object designated by the converted
E1.