MCPcopy Create free account
hub / github.com/apache/mesos / Object

Class Object

3rdparty/stout/tests/lambda_tests.cpp:240–243  ·  view source on GitHub ↗

member functions

Source from the content-addressed store, hash-verified

238
239 // member functions
240 struct Object
241 {
242 int method() { return 0; };
243 };
244
245 auto mp1 = lambda::partial(&Object::method, lambda::_1);
246 mp1(Object());

Callers 4

TESTFunction · 0.70
TESTFunction · 0.70
foreachMethod · 0.50
EventQueueClass · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.56
TESTFunction · 0.56