Equality operator

Synopsis

Declared in <beman/copyable_function/copyable_function_impl.hpp>

bool
operator==(
    copyable_function const& func,
    std::nullptr_t rhs) noexcept;

Return Value

true if the objects are equal, false otherwise

Parameters

Name

Description

func

The left operand

rhs

The right operand