|
YOrch 1.0.0
|
#include <result.hpp>
Public Member Functions | |
| constexpr | node_slot_guard (Slots &stored_slots) noexcept |
| node_slot_guard (const node_slot_guard &)=delete | |
| node_slot_guard & | operator= (const node_slot_guard &)=delete |
| node_slot_guard (node_slot_guard &&)=delete | |
| node_slot_guard & | operator= (node_slot_guard &&)=delete |
| constexpr void | arm () noexcept |
| ~node_slot_guard () | |
Public Attributes | |
| Slots & | slots |
| bool | armed = false |
Definition at line 93 of file result.hpp.
|
inlineexplicitconstexprnoexcept |
Definition at line 97 of file result.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 109 of file result.hpp.
|
inlineconstexprnoexcept |
Definition at line 105 of file result.hpp.
|
delete |
|
delete |
| bool yorch::detail::node_slot_guard< Slots, I >::armed = false |
Definition at line 95 of file result.hpp.
Definition at line 94 of file result.hpp.