Move‐initialize this rep from the rep at the specified from.

Synopsis

Declared in <bslstl_function_rep.h>

void
moveInit(Function_Rep* from);

Description

Move‐initialize this rep from the rep at the specified from address, leaving the latter empty. If 'this‐>get_allocator() != from‐>get_allocator()', this function degenerates to a call to copyInit(*from). The behavior is undefined unless this rep is empty before the call.

Parameters

Name

Description

from

address of the representation to move from

Created with MrDocs