MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / cbegin

Method cbegin

extern/boost/boost/array.hpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

vectorClass · 0.45
cpp_dec_float.hppFile · 0.45
compareMethod · 0.45
format_float_stringFunction · 0.45
try_convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected