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

Method begin

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

iterator support

Source from the content-addressed store, hash-verified

202
203 // iterator support
204 iterator begin() { return iterator( reinterpret_cast< T * >( this ) ); }
205 const_iterator begin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); }
206 const_iterator cbegin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); }
207

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected