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

Function wrap_function

dlib/algs.h:739–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

737
738 template <typename T>
739 funct_wrap0<T> wrap_function(T (&f)()) { return funct_wrap0<T>(f); }
740 template <typename T, typename A0>
741 funct_wrap1<T,A0> wrap_function(T (&f)(A0)) { return funct_wrap1<T,A0>(f); }
742 template <typename T, typename A0, typename A1>

Callers 1

test_apqFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_apqFunction · 0.68