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

Method at

extern/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 15

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
SetUpTestCaseMethod · 0.45
fill_string_arrayMethod · 0.45
SetUpTestCaseMethod · 0.45

Calls

no outgoing calls

Tested by 13

testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
SetUpTestCaseMethod · 0.36
fill_string_arrayMethod · 0.36
SetUpTestCaseMethod · 0.36