zmqVersion

Reports the $(ZMQ) library version.

@safe nothrow
Tuple!(int, "major", int, "minor", int, "patch")
zmqVersion
()

Return Value

Type: Tuple!(int, "major", int, "minor", int, "patch")

A $(STDREF typecons,Tuple) with three integer fields that represent the three versioning levels: major, minor and patch.

Corresponds to

$(ZMQREF zmq_version())

Meta