#include "networkpacket.h"
#include <sstream>
#include "networkexceptions.h"
#include "util/serialize.h"
#include "networkprotocol.h"
Variables | |
static constexpr bool | NEED_SURROGATE_CODING = sizeof(wchar_t) > 2 |
|
staticconstexpr |
Referenced by NetworkPacket::operator<<(), and NetworkPacket::operator>>().