template<typename D , typename... Out>
void transfer |
( |
record_t< DTypes< Out... >> & |
r_out, |
|
|
std::string |
address, |
|
|
node_t< D > && |
n |
|
) |
| |
Transfers a newly created node into a record of a compatible type.
- Template Parameters
-
D | the underlying distribution type of the created node |
Out | the parameterization of the record to which the transfer occurs |
- Parameters
-
r_out | the record to which the transfer occurs |
address | the address to which to transfer the node |
n | the node to be transferred |
- Returns
- record_t<DTypes<Out...>>& a reference to the record to which the transfer occurred