MCPcopy Create free account
hub / github.com/cztomczak/cefpython / assign

Method assign

src/include/base/cef_string16.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 typedef std::fpos<state_type> pos_type;
114
115 static void assign(char_type& c1, const char_type& c2) { c1 = c2; }
116
117 static bool eq(const char_type& c1, const char_type& c2) { return c1 == c2; }
118 static bool lt(const char_type& c1, const char_type& c2) { return c1 < c2; }

Callers 1

GetColorModelForModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected