|
constexpr char | operator() (std::size_t index) const |
|
Definition at line 59 of file String.cpp.
constexpr char folly::detail::string_table_c_unescape_make_item::operator() |
( |
std::size_t |
index | ) |
const |
|
inline |
Definition at line 60 of file String.cpp.
63 index ==
'\'' ?
'\'' :
65 index ==
'\\' ?
'\\' :
74 index >=
'0' && index <=
'7' ?
'O' :
The documentation for this struct was generated from the following file: