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

Method func_model

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

Source from the content-addressed store, hash-verified

339 {
340 template <typename T, typename = std::enable_if_t<!std::is_same_v<std::decay_t<T>, func_model>>>
341 explicit func_model(T&& func) : stored_func(std::forward<T>(func)) {}
342
343 R call(Args... args) override
344 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected