Inheritance diagram for unary_term:
For internal use only.
This branch term applies a unary functor to its subterm. A unary term is const chunkable if the subterm is const chunkable and there is an appropriate unary functor on the chunk type. Such terms are declared as partial specializations with additional members.
Term | The subterm type. | |
UOp | The unary functor. | |
Enable | If void, enables a particular template specialization. |
Public Types | |
typedef unary_term_base< Term, UOp > | base |
The base type. |