MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / applyArg

Function applyArg

Source/Falcor/Testing/UnitTest.h:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318};
319
320inline void applyArg(Options& options, Tags&& arg)
321{
322 options.tags.insert(arg.tags.begin(), arg.tags.end());
323}
324
325inline void applyArg(Options& options, Skip&& arg)
326{

Callers 1

applyArgsFunction · 0.85

Calls 4

stringFunction · 0.85
insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected