BloombergLP::bslstl::Function_Rep::moveInit

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.

Synopsis

Declared in <bslstl_function_rep.h>

void
moveInit(Function_Rep* from);