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

Method to_string

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

Source from the content-addressed store, hash-verified

180#endif
181
182 [[nodiscard]] std::string to_string() const
183 {
184 return std::to_string(major) + '.' + std::to_string(minor) + '.' + std::to_string(patch);
185 }
186
187 friend std::ostream& operator<<(std::ostream& stream, const version& ver)
188 {

Callers 1

versionClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected