Home
last modified time | relevance | path

Searched refs:item_at (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/contract/example/mitchell02/
Dstack.cpp49 T const& item_at(int index) const { in item_at() function in stack
84 BOOST_CONTRACT_ASSERT(*result == item_at(count())); in item()
88 return *(result = item_at(count())); in item()