Explain this single line of code
Scheduler::instance().clock()
Can anyone explain what this line of code means
Thanks in advance
What i understand is clock is function of class instance
and :: is scope operator which specifies instance and clock belongs to Scheduler class
|