MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / call_once

Function call_once

extern/boost/boost/thread/once.hpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 // call_once(once_flag& flag, Callable&& func, Args&&... args);
40template<typename Function>
41inline void call_once(Function func,once_flag& flag)
42//inline void call_once(void (*func)(),once_flag& flag)
43 {
44 call_once(flag,func);
45 }
46}
47
48#include <boost/config/abi_suffix.hpp>

Callers 7

InitMethod · 0.50
ReverseProgMethod · 0.50
re2.ccFile · 0.50
getMethod · 0.50
IncrefMethod · 0.50
GetDFAMethod · 0.50
initMutexesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected