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

Method cend

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

Source from the content-addressed store, hash-verified

79 iterator end() { return elems+N; }
80 const_iterator end() const { return elems+N; }
81 const_iterator cend() const { return elems+N; }
82
83 // reverse iterator support
84#if !defined(BOOST_MSVC_STD_ITERATOR) && !defined(BOOST_NO_STD_ITERATOR_TRAITS)

Callers 9

assignMethod · 0.45
vectorClass · 0.45
mergeFunction · 0.45
priv_set_difference_backFunction · 0.45
priv_swapFunction · 0.45
cpp_dec_float.hppFile · 0.45
format_float_stringFunction · 0.45
try_convertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected