Function liberate::net::operator<<(std::ostream&, network const&)

Function Documentation

std::ostream &liberate::net::operator<<(std::ostream &os, network const &net)

Formats a network into human-readable/CIDR form.

Parameters
  • os[inout] std::ostream to write to.

  • net[in] The network to output.

Returns

the passed std::ostream os.