MCPcopy 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{
18public:
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

ClearMethod · 0.95
SetMethod · 0.95

Tested by

no test coverage detected