Could someone help me understand this piece of code. excerpt from the official SFML 2.1 tutorial:
A sf::Time value can be constructed from different source units: seconds, milliseconds and microseconds. There is a (non-member) function to turn each of them into a sf::Time:
What I don't specifically understand is the "sf::Time" bit. Time is a class it seems to me, but it is being set to a value and that doesn't make any sense. Help is appreciated. Thanks!