#include "exceptions.h"
#include "message.h"
#include "guard.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &out, const Data &blob) |
Output the blob to an ostream. |
std::ostream& operator<< | ( | std::ostream & | out, | |
const Data & | blob | |||
) |
Output the blob to an ostream.
This can only take a Data object.
Definition at line 153 of file message.cc.
References Data::data(), and Data::len().