folly::SubstringConversionCode

Error type for trySplitTo(), below.

Synopsis

Declared in <folly/String.h>

struct SubstringConversionCode;

Member Functions

NameDescription
operator== Compares two error values for equality.

Data Members

NameDescription
code The conversion error code.
substring The substring that failed to convert.