where paBOBhErfolgAbgrenzung is an Array of pointers of a custom type. This example doesn't compile and as far as I can see I cannot call member functions of a functor... (right?)
Of course I could just define the << operator of my custom type and use cout, but I am interessted in the general behavior.
Is there a way to "batch"-call a member function of a custom type in a for_each?