folly::SubstringConversionCode::operator==

Compares two error values for equality.

Synopsis

Declared in <folly/String.h>

bool
operator==(SubstringConversionCode const& other) const;

Return Value

True when both the substring and code are equal.

Parameters

NameDescription
otherThe error to compare against.