static_resource::operator=
Assignment operator.
Synopsis
static_resource&
operator=(
static_resource const&) = delete;
Description
The type is neither copyable nor movable, so this operator is deleted.
static_resource::operator=
Assignment operator.
static_resource&
operator=(
static_resource const&) = delete;
The type is neither copyable nor movable, so this operator is deleted.