MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / at

Method at

ibtk/contrib/boost/boost/array.hpp:126–126  ·  view source on GitHub ↗

at() with range check

Source from the content-addressed store, hash-verified

124
125 // at() with range check
126 reference at(size_type i) { return rangecheck(i), elems[i]; }
127 /*BOOST_CONSTEXPR*/ const_reference at(size_type i) const { return rangecheck(i), elems[i]; }
128
129 // front() and back()

Callers 3

buildIBGhostedVectorMethod · 0.45
putToDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected