Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ clear
Method
clear
examples/udr/UdrCppExample.h:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
{
50
public:
51
static void clear(T* ptr)
52
{
53
if (ptr)
54
ptr->dispose();
55
}
56
};
57
58
template <typename T>
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected