MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / base

Method base

external/utf8/unchecked.h:244–244  ·  view source on GitHub ↗

the default "big three" are OK

Source from the content-addressed store, hash-verified

242 explicit iterator (const octet_iterator& octet_it): it(octet_it) {}
243 // the default "big three" are OK
244 octet_iterator base () const { return it; }
245 utfchar32_t operator * () const
246 {
247 octet_iterator temp = it;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected