Whether this Context object has been initialized, i.e. whether it refers to a valid $(ZMQ) context.
Context ctx; assert (!ctx.initialized); ctx = Context(); assert (ctx.initialized); ctx.detach(); assert (!ctx.initialized);
See Implementation
Whether this Context object has been initialized, i.e. whether it refers to a valid $(ZMQ) context.