CAF 0.17.6
|
Stores options passed to the spawn
function family.
More...
#include <spawn_options.hpp>
Related Functions | |
(Note that these are not member functions.) | |
constexpr spawn_options | operator+ (const spawn_options &lhs, const spawn_options &rhs) |
Concatenates two spawn_options . | |
constexpr bool | has_spawn_option (spawn_options haystack, spawn_options needle) |
Checks wheter haystack contains needle . | |
constexpr bool | has_detach_flag (spawn_options opts) |
Checks wheter the detached flag is set in opts . | |
constexpr bool | has_priority_aware_flag (spawn_options) |
Checks wheter the priority_aware flag is set in opts . | |
constexpr bool | has_hide_flag (spawn_options opts) |
Checks wheter the hidden flag is set in opts . | |
constexpr bool | has_link_flag (spawn_options opts) |
Checks wheter the linked flag is set in opts . | |
constexpr bool | has_monitor_flag (spawn_options opts) |
Checks wheter the monitored flag is set in opts . | |
constexpr bool | has_lazy_init_flag (spawn_options opts) |
Checks wheter the lazy_init flag is set in opts . | |
Stores options passed to the spawn
function family.