MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / _as_double

Method _as_double

src/tinythread/tinythread.h:639–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637template <__intmax_t N, __intmax_t D = 1> class ratio {
638 public:
639 static double _as_double() { return double(N) / double(D); }
640};
641
642/// Minimal implementation of the @c chrono namespace.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected