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.