MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ NetworkSink() [3/3]

MayaFlux::Portal::Network::NetworkSink::NetworkSink ( NetworkSink &&  other)
noexcept

Definition at line 76 of file NetworkSink.cpp.

77 : m_name(std::move(other.m_name))
78 , m_endpoint_id(other.m_endpoint_id)
79 , m_service(other.m_service)
80{
81 other.m_endpoint_id = 0;
82 other.m_service = nullptr;
83}
Registry::Service::NetworkService * m_service