MCPcopy Create free account
hub / github.com/Kitware/CMake / Bind

Method Bind

Source/cmArgumentParser.h:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 void Bind(cm::string_view name, KeywordAction action)
145 {
146 bool const inserted = this->MaybeBind(name, std::move(action));
147 assert(inserted);
148 static_cast<void>(inserted);
149 }
150
151 void BindParsedKeyword(KeywordNameAction action)
152 {

Callers 3

cmArgumentParserClass · 0.45
BindMethod · 0.45

Calls 3

MaybeBindMethod · 0.95
moveFunction · 0.85
EmplaceMethod · 0.80

Tested by

no test coverage detected