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

Method duration

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

Source from the content-addressed store, hash-verified

654 /// Construct a duration object with the given duration.
655 template <class _Rep2>
656 explicit duration(const _Rep2& r) : rep_(r) {};
657
658 /// Return the value of the duration object.
659 rep count() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected