add socket move
This commit is contained in:
@@ -41,6 +41,7 @@ class IOInterface<TcpTag> : private NonCopyable {
|
||||
IOInterface();
|
||||
IOInterface(const std::string& a_Host, std::uint16_t a_Port);
|
||||
IOInterface(IOInterface&& a_Other);
|
||||
IOInterface& operator=(IOInterface&& a_Other);
|
||||
virtual ~IOInterface();
|
||||
|
||||
DataBuffer Read(std::size_t a_Amount);
|
||||
|
||||
Reference in New Issue
Block a user