#include <runtime_type.h>
|
void | operator() (void *i_dest, void *i_source) const |
|
Move-assigns an instance of the target type to another one. The target type must satisfy the requirements of MoveAssignable.
Creates an instance of this feature bound to the specified target type
void operator() |
( |
void * |
i_dest, |
|
|
void * |
i_source |
|
) |
| const |
|
inline |
Move-assigns an instance of the target type.
- Parameters
-
i_dest | pointer to the source object. Can't be null. If the dynamic type of the pointed object is not the target type (assigned by the function make), the behavior is undefined. |
i_source | pointer to the source object. Can't be null. If the dynamic type of the pointed object is not the target type (assigned by the function make), the behavior is undefined. |
The documentation for this class was generated from the following file: