Suppose I have a class A that is a wrapper for std::vector. I allow myself to access members of vec using operator().
A
std::vector
vec
operator()