Inheritance diagram for unary_term_base:
For internal use only.
This base defines all common types and functions for both chunked and unchunked unary terms.
Term | The subterm type. | |
UOp | The unary functor. |
Public Types | |
typedef unary_iterator< typename Term::const_iterator, UOp > | const_iterator |
Iterator to access elements. | |
Public Member Functions | |
const_iterator | begin () const |
Gets an iterator to the first element. | |
value_type | operator[] (std::size_t n) const |
Gets the element at index n. | |
std::size_t | size () const |
Gets the number of elements. |