#include <minimum_degree_ordering.hpp>
Public Member Functions | |
| stack (Iterator _data, const value_type &head) | |
| stack (Iterator _data) | |
| void | pop () |
| void | push (value_type v) |
| bool | empty () |
| value_type & | top () |
|
inline |
|
inline |
|
inline |
References boost::accumulators::extract::max.
Referenced by boost::detail::Stacks< SignedInteger >::stack::pop().
|
inline |
References BOOST_ASSERT, and boost::detail::Stacks< SignedInteger >::stack::empty().
|
inline |
|
inline |