MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / version

Method version

source/runtime/runtime.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141std::tuple<unsigned int, unsigned int, unsigned int> runtime::version() noexcept {
142 return {details::consts::k_concurrencpp_version_major,
143 details::consts::k_concurrencpp_version_minor,
144 details::consts::k_concurrencpp_version_revision};
145}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected