autocxx

Function 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.