MCPcopy Create free account
hub / github.com/NativeScript/android / cbegin

Method cbegin

test-app/runtime/src/main/cpp/robin_hood.h:2002–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2000 return cbegin();
2001 }
2002 const_iterator cbegin() const { // NOLINT(modernize-use-nodiscard)
2003 ROBIN_HOOD_TRACE(this)
2004 if (empty()) {
2005 return cend();
2006 }
2007 return const_iterator(mKeyVals, mInfo, fast_forward_tag{});
2008 }
2009
2010 iterator end() {
2011 ROBIN_HOOD_TRACE(this)

Callers

nothing calls this directly

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected