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

Method BindTrailingArgs

Source/cmArgumentParser.h:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void BindTrailingArgs(KeywordAction action)
164 {
165 assert(!this->Bindings.TrailingArgs);
166 this->Bindings.TrailingArgs = std::move(action);
167 }
168
169 void Bind(std::size_t pos, PositionAction action)
170 {

Callers 2

Calls 1

moveFunction · 0.85

Tested by 1