MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / String

Method String

src/common/MString.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 String( const char *string );
33
34 String( const String &rhs ) = default;
35
36 unsigned length() const;
37 const char *ascii() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected