proxygen
folly::AsciiCaseSensitive Struct Reference

#include <Range.h>

Public Member Functions

bool operator() (char lhs, char rhs) const
 

Detailed Description

Definition at line 1370 of file Range.h.

Member Function Documentation

bool folly::AsciiCaseSensitive::operator() ( char  lhs,
char  rhs 
) const
inline

Definition at line 1371 of file Range.h.

References folly::detail::rhs.

1371  {
1372  return lhs == rhs;
1373  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

The documentation for this struct was generated from the following file: