MCPcopy Create free account
hub / github.com/RickdeJager/stegseek / operator==

Method operator==

src/EncryptionAlgorithm.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 IRep getIntegerRep(void) const;
70
71 bool operator==(const EncryptionAlgorithm &algo) const { return (Value == algo.Value); };
72
73 /**
74 * check if srep is a valid std::string representation (w.r.t the Translations array)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected