Inheritance diagram for literal_term:

For internal use only.
This leaf term stores a single value. A literal term is const chunkable if the subterm is const chunkable. Such terms are declared as partial specializations with additional members.
| Term | The subterm type. | |
| Enable | If void, enables a particular template specialization. |
Public Types | |
|
typedef literal_term_base< Term > | base |
| The base type. | |
Public Member Functions | |
| literal_term (const typename Term::value_type &literal, Term &term) | |
| Constructs from a single value and a subterm. | |