Expand description
Types and traits for C++ style placement initialization and move semantics.
Re-exports§
Modules§
- new
- Construction operations.
Macros§
- bind
- Macro for binding a variable to a fresh
MoveRef
. - bind_
slot - Macro for binding a variable to a fresh
Slot
for storage of aMoveRef
. - expr
- Macro for creating a fresh
MoveRef
expression. - expr_
slot - Macro for creating a fresh
Slot
expression.
Structs§
- MoveRef
- A “reference” type which uniquely owns its referent type
T
with respect to external storage with lifetime'frame
. - Slot
- Backing storage for a
MoveRef
. - Slot
Storage - Type used for constructing the storage for a
Slot
backing aMoveRef
.
Enums§
- Slot
Storage Kind - Kind dictacting whether the storage should drop its referent when leaving scope.