ZIO
Python and C++ interface to ZeroMQ and Zyre
test_socket.cpp
Go to the documentation of this file.
1 #include "zio/interned.hpp"
2 
3 int main()
4 {
5  {
7  zio::socket_t sock(ctx, ZMQ_PUB);
8  sock.bind("tcp://127.0.0.1:*");
9  }
10 
11 
12  return 0;
13 }
int main()
Definition: test_socket.cpp:3
void bind(std::string const &addr)
Definition: zmq.hpp:1306