MCPcopy Create free account
hub / github.com/dblalock/bolt / Token

Method Token

cpp/quantize/catch.hpp:3532–3532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3530 struct Token {
3531 enum Type { Positional, ShortOpt, LongOpt };
3532 Token( Type _type, std::string const& _data ) : type( _type ), data( _data ) {}
3533 Type type;
3534 std::string data;
3535 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected