template<typename v_src, typename v_dst, int... prp>
struct object_s_di< v_src, v_dst, OBJ_ENCAP_CHUNKING, prp... >
Definition at line 496 of file object_s_di.hpp.
|
| object_s_di (const v_src &vs, v_dst &&vd, size_t sub_id) |
| Implementation of the copy. More...
|
|
| object_s_di (const v_src &vs, v_dst &vd, size_t sub_id) |
| Implementation of the copy. More...
|
|
◆ object_s_di() [1/2]
template<typename v_src , typename v_dst , int... prp>
object_s_di< v_src, v_dst, OBJ_ENCAP_CHUNKING, prp... >::object_s_di |
( |
const v_src & |
vs, |
|
|
v_dst && |
vd, |
|
|
size_t |
sub_id |
|
) |
| |
|
inline |
Implementation of the copy.
- Parameters
-
vs | source object |
vd | destination object |
Definition at line 504 of file object_s_di.hpp.
◆ object_s_di() [2/2]
template<typename v_src , typename v_dst , int... prp>
object_s_di< v_src, v_dst, OBJ_ENCAP_CHUNKING, prp... >::object_s_di |
( |
const v_src & |
vs, |
|
|
v_dst & |
vd, |
|
|
size_t |
sub_id |
|
) |
| |
|
inline |
Implementation of the copy.
- Parameters
-
vs | source object |
vd | destination object |
Definition at line 516 of file object_s_di.hpp.
The documentation for this struct was generated from the following file: