Searched defs:completion_behavior (Results 1 – 1 of 1) sorted by relevance
33 enum class completion_behavior : int { enum59 struct completion_behavior { struct62 using __constant_t = std::integral_constant<__completion_behavior::completion_behavior, _CB>;67 struct unknown_t : __completion_behavior::__unknown_t { };68 struct asynchronous_t : __completion_behavior::__asynchronous_t { };69 struct synchronous_t : __completion_behavior::__synchronous_t { };70 struct inline_completion_t : __completion_behavior::__inline_completion_t { };72 static constexpr unknown_t unknown{};73 static constexpr asynchronous_t asynchronous{};74 static constexpr synchronous_t synchronous{};[all …]