MCPcopy Create free account
hub / github.com/davisking/dlib / callfunct

Function callfunct

dlib/test/bsp.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template <typename funct>
51 callfunct_helper<funct> callfunct(funct f, int port, bool& error_occurred)
52 {
53 return callfunct_helper<funct>(f,port,error_occurred);
54
55 }
56
57// ----------------------------------------------------------------------------------------
58

Callers 5

dotest1Function · 0.85
dotest2Function · 0.85
dotest3Function · 0.85
dotest4Function · 0.85
dotest6Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected