SchedulingItem operator[](Schedule obj,int el) {
return obj.OfVector().at(el);
}
When using this code gets : SchedulingItem operator[](Schedule obj,int el) must be a nonstatic member function SchedulingItem operator[](Schedule obj,int el) Where is problem ?