MCPcopy Create free account
hub / github.com/SFML/SFML / Time

Method Time

include/SFML/System/Time.hpp:50–50  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Default constructor Sets the time value to zero. ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

48 ///
49 ////////////////////////////////////////////////////////////
50 constexpr Time() = default;
51
52 ////////////////////////////////////////////////////////////
53 /// \brief Construct from `std::chrono::duration`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected