Hi I am working on a code and came by this c++ syntax. I am wondering what this exactly means.
function1(param1).function2(param2);
Does this represent function with in a function? Or something like trigger this function when the first one is over?