MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / skip

Class skip

utils/argparser.h:53–57  ·  view source on GitHub ↗

skips the number of characters equal to the length of given text does not check whether the skipped characters are the same as it

Source from the content-addressed store, hash-verified

51// skips the number of characters equal to the length of given text
52// does not check whether the skipped characters are the same as it
53struct skip
54{
55 const char* text;
56 skip(const char* text) : text(text) {}
57};
58
59std::istream& operator >> (std::istream& stream, const skip& x);
60

Callers 1

processArgsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected