scoped_d3d_access_lock::operator= Operator

Takes ownership of a D3D access lock from another scoped_d3d_access_lock object, releasing the previous lock.

scoped_d3d_access_lock& operator=(
   scoped_d3d_access_lock &&_Other
);

Parameters

  • _Other
    The accelerator_view from which to move the D3D access lock.

Return Value

A reference to this scoped_accelerator_view_lock.

Requirements

Header: amprt.h

Namespace: concurrency::direct3d

See Also

Reference

scoped_d3d_access_lock Class