Compares two BasicFixedString objects for inequality.

Synopsis

Declared in <folly/FixedString.h>

template<
    class Char,
    std::size_t A,
    std::size_t B>
constexpr
bool
operator!=(
    BasicFixedString<Char, A> const& a,
    BasicFixedString<Char, B> const& b);

Return Value

True if the strings hold different character sequences.

Parameters

Name

Description

a

The left‐hand operand.

b

The right‐hand operand.

Created with MrDocs