|
YOrch 1.0.0
|
#include <typed_slot.hpp>
Public Member Functions | |
| typed_slot ()=default | |
| typed_slot (const typed_slot &)=delete | |
| typed_slot & | operator= (const typed_slot &)=delete |
| typed_slot (typed_slot &&)=delete | |
| typed_slot & | operator= (typed_slot &&)=delete |
| ~typed_slot ()=default | |
| template<typename... Args> | |
| constexpr T & | emplace (Args &&... args) noexcept(noexcept(storage_.emplace(std::forward< Args >(args)...))) |
| constexpr T & | get () &noexcept |
| constexpr const T & | get () const &noexcept |
| constexpr void | destroy () noexcept |
| constexpr bool | has_value () const noexcept |
| constexpr std::byte * | raw_storage () noexcept |
| constexpr const std::byte * | raw_storage () const noexcept |
| constexpr bool * | engaged_ptr () noexcept |
| constexpr const bool * | engaged_ptr () const noexcept |
Static Public Member Functions | |
| static constexpr std::size_t * | owner_node_ptr () noexcept |
Static Public Attributes | |
| static constexpr slot_physical_policy | physical_policy |
Definition at line 15 of file typed_slot.hpp.
|
default |
|
delete |
|
delete |
|
default |
|
inlineconstexprnoexcept |
Definition at line 49 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 36 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 69 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 65 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 41 of file typed_slot.hpp.
Definition at line 45 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 53 of file typed_slot.hpp.
|
delete |
|
delete |
|
inlinestaticconstexprnoexcept |
Definition at line 73 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 61 of file typed_slot.hpp.
|
inlineconstexprnoexcept |
Definition at line 57 of file typed_slot.hpp.
|
staticconstexpr |
Definition at line 22 of file typed_slot.hpp.