Goby3  3.1.4
2024.02.22
goby::middleware::detail::ThreadTypeSelector< ThreadType, ThreadConfig, has_index, has_config > Struct Template Reference

Selects which constructor to use based on whether the thread is launched with an index or not (that is, index == -1), and with a configuration object or not. Not directly called by user code. More...

#include <goby/middleware/application/detail/thread_type_selector.h>

Detailed Description

template<typename ThreadType, typename ThreadConfig, bool has_index, bool has_config>
struct goby::middleware::detail::ThreadTypeSelector< ThreadType, ThreadConfig, has_index, has_config >

Selects which constructor to use based on whether the thread is launched with an index or not (that is, index == -1), and with a configuration object or not. Not directly called by user code.

Definition at line 37 of file thread_type_selector.h.


The documentation for this struct was generated from the following file: