MCPcopy Create free account
hub / github.com/EarlhamInst/KAT / cbegin

Method cbegin

deps/boost/boost/array.hpp:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 iterator begin() { return elems; }
77 const_iterator begin() const { return elems; }
78 const_iterator cbegin() const { return elems; }
79
80 iterator end() { return elems+N; }
81 const_iterator end() const { return elems+N; }

Callers 3

test_iteratorsFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_iteratorsFunction · 0.36