struct
commit_instructiondescription of a memory commit instruction. Tries to offer some safer mechanisms.
constructors, destructors, conversion operators
variables
Function documentation
template<typename T>
core:: gfx:: commit_instruction:: commit_instruction(T* source,
memory:: segment segment,
std::optional<memory:: range_t> sub_range = std::nullopt)
Brief
automatically construct the information from the type information of the source.
Details
Template parameters | |
---|---|
T | the type you wish to commit in this instruction. |
Parameters | |
source in | the source we will copy from. |
segment in | the memory:: |
sub_range in | optional sub_range offset in the memory:: |