What is the operator()(...args...) member function used for?
operator()(...args...)
To evaluate the object like a function
As a default constructor
For accees of array elements similar to vector or map
vector
map