Checks two views for inequality.

Synopsis

Declared in <folly/lang/cstring_view.h>

bool
operator!=(
    self lhs,
    self rhs) noexcept;

Return Value

True if the views differ.

Parameters

Name

Description

lhs

Left‐hand view.

rhs

Right‐hand view.

Created with MrDocs