Equality operator
Declared in <folly/FixedString.h>
constexpr
bool
operator==(
Range<Char const*> a,
BasicFixedString const& b) noexcept;
true if the objects are equal, false otherwise
| Name | Description |
|---|---|
| a | The left operand |
| b | The right operand |