MCPcopy Create free account
hub / github.com/docopt/docopt.cpp / kind

Method kind

docopt_value.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 value& operator=(value&&) noexcept;
47
48 Kind kind() const { return kind_; }
49
50 // Test if this object has any contents at all
51 explicit operator bool() const { return kind_ != Kind::Empty; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected