folly::operator==

Equality operator

Synopsis

Declared in <folly/FixedString.h>

constexpr
bool
operator==(
    Range<Char const*> a,
    BasicFixedString const& b) noexcept;

Return Value

true if the objects are equal, false otherwise

Parameters

NameDescription
aThe left operand
bThe right operand