MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / one

Class one

benchmarks/dlib/timeout/timeout.h:63–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62 template <typename T, typename R, typename U>
63 class one : public bind
64 {
65 public:
66 T* object;
67 R (T::*callback_function)(U);
68 U val;
69 void go() { (object->*callback_function)(val); }
70 };
71
72 public:
73

Calls

no outgoing calls

Tested by

no test coverage detected