Function es::operator<<(std::ostream&, AdemData const&)

Function Documentation

std::ostream &es::operator<<(std::ostream &os, AdemData const &data)

Print information about the AdemData attributes to ostream using the << operator.

Return
os The same ostream, with the data representation added to the stream
Parameters
  • os: The ostream to print to
  • data: The AdemDataclass instance