Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testArgumentParserDynamic
Function · 0.80
testArgumentParser.cxx
File · 0.80
Calls
1
move
Function · 0.85
Tested by
1
testArgumentParserDynamic
Function · 0.64