MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / extract_function

Function extract_function

src/common/winapi.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160template <typename T> static void extract_function(T &target, HMODULE handle, const char *proc_name) {
161 target = reinterpret_cast<T>(GetProcAddress(handle, proc_name));
162}
163
164class locale_info_handles {
165public:

Callers 1

winapi.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected