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

Method at

extern/boost/boost/container/vector.hpp:1751–1755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1749 //!
1750 //! <b>Complexity</b>: Constant.
1751 BOOST_CONTAINER_ATTRIBUTE_NODISCARD BOOST_CONTAINER_FORCEINLINE reference at(size_type n)
1752 {
1753 this->priv_throw_if_out_of_range(n);
1754 return this->m_holder.start()[difference_type(n)];
1755 }
1756
1757 //! <b>Requires</b>: size() > n.
1758 //!

Callers 2

strMethod · 0.45
rd_stringMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected