데이터타입& operator [](unsigned int index)
{
        //데이터 사이즈 검사 후..
        return data[index];
}



요로면 됨니다 ㅋ