OEMakeHex¶
bool OEMakeHex(std::string &hex, const OEBitVector &, unsigned int columns=0)
Generates a hexadecimal string representation of an OEBitVector.
bool OEMakeHex(std::string &, const std::vector<bool> &,
               unsigned int columns=0)
Generates a hexadecimal string representation of a boolean vector.
See also
- OEParseHexfunction
- OEBitVector.FromHexStringand- OEBitVector.ToHexStringmethod method