NAME
A member operator of omni::crypto::sha1
omni::crypto::sha1::operator<<
A member operator of omni::crypto::sha1
#include <omni/crypto/sha1.hpp>friend std::wostream& omni::crypto::sha1::operator<<(std::wostream& s, const omni::crypto::sha1& c)
PARAMETERS
top
s - The std::wostream value being written to. c - The instance object to be written to.
top