Function autocxx::as_mov

source ·
pub fn as_mov<P: AsMove>(ptr: P) -> impl ValueParam<P::Target>where
    P::Target: MoveNew,
Expand description

Explicitly force a value parameter to be taken using C++ move semantics.