I just needed to know if it was possible to overload [] and += simultaneously for a same context
more precisely, I created a class called callback which basically holds the pointers to a function or to a class method and I wish to use it to build my own event-driven objects in a framework... so far things work well, I just wondered how I would make