Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ cmArchiveWriteOptional
Method
cmArchiveWriteOptional
Source/cmArchiveWrite.h:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
{
18
public:
19
cmArchiveWriteOptional() { this->Clear(); }
20
explicit cmArchiveWriteOptional(T val) { this->Set(val); }
21
22
void Set(T val)
Callers
nothing calls this directly
Calls
2
Clear
Method · 0.95
Set
Method · 0.95
Tested by
no test coverage detected