MCPcopy Create free account
hub / github.com/cirquit/trdrop / Token

Method Token

ext/catch.hpp:4505–4505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4503 struct Token {
4504 enum Type { Positional, ShortOpt, LongOpt };
4505 Token( Type _type, std::string const& _data ) : type( _type ), data( _data ) {}
4506 Type type;
4507 std::string data;
4508 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected