Compares an fbstring and a std::basic_string for inequality.

Synopsis

Declared in <folly/FBString.h>

template<
    typename E,
    class T,
    class A,
    class S,
    class A2>
bool
operator!=(
    basic_fbstring<E, T, A, S> const& lhs,
    std::basic_string<E, T, A2> const& rhs);

Return Value

true if the contents differ.

Parameters

Name

Description

lhs

The left‐hand fbstring.

rhs

The right‐hand standard string.

Created with MrDocs