MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / operator()

Method operator()

src/openni2/VideoStream.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34struct ExtractKey
35{
36 template <typename T> typename T::first_type
37 operator()(T pair) const
38 {
39 return pair.first;
40 }
41};
42
43namespace Freenect2Driver

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected