MCPcopy Create free account
hub / github.com/daniele77/cli / Server

Method Server

include/cli/detail/server.h:124–124  ·  view source on GitHub ↗

disable value semantics

Source from the content-addressed store, hash-verified

122public:
123 // disable value semantics
124 Server( const Server& ) = delete;
125 Server& operator = ( const Server& ) = delete;
126
127 Server(typename ASIOLIB::ContextType& ios, unsigned short port) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected