Check if two ascii characters are case insensitive equal. The difference between the lower/upper case characters are the 6‐th bit. We also check they are alpha chars, in case of xor = 32.

Synopsis

Declared in <folly/Range.h>

struct AsciiCaseInsensitive;

Member Functions

Name

Description

operator()

Compare two characters for case‐insensitive equality.

Created with MrDocs