MCPcopy Create free account
hub / github.com/catboost/catboost / operator[]

Method operator[]

library/cpp/charset/codepage.h:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 }
210
211 inline unsigned char operator[](wchar32 ch) const {
212 return Tr(ch);
213 }
214
215 void Tr(const wchar32* in, char* out, size_t len) const;
216 void Tr(const wchar32* in, char* out) const;

Callers

nothing calls this directly

Calls 1

TrClass · 0.85

Tested by

no test coverage detected