Notice how in this code, x (without any name qualifier) refers to first::x whereas y refers to second::y, exactly as our using declarations have specified. We still have access to first::y and second::x using their fully qualified names.
สังเกตว่ารหัสนี้ , X ( โดยไม่มีชื่อรอบคัดเลือก ) หมายถึงแรก : : X และ Y หมายถึงวินาที : : Y , ตรงตามที่เราใช้ประกาศได้ระบุไว้ เรายังคงมีการเข้าถึงแรก : : : : X Y และสองของพวกเขาที่มีคุณสมบัติครบถ้วนชื่อ