add socket move

This commit is contained in:
2025-03-02 20:33:59 +01:00
parent 32d30c7f44
commit 643da71e34
2 changed files with 7 additions and 3 deletions

View File

@@ -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);