MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / version

Method version

include/BS_thread_pool.hpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143struct [[nodiscard]] version
144{
145 constexpr version(const std::uint64_t major_, const std::uint64_t minor_, const std::uint64_t patch_) noexcept : major(major_), minor(minor_), patch(patch_) {}
146
147// In C++20 and later we can use the spaceship operator `<=>` to automatically generate comparison operators. In C++17 we have to define them manually.
148#ifdef __cpp_impl_three_way_comparison

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected