![]() |
Home | Libraries | People | FAQ | More |
boost::yap::expression
// In header: <boost/yap/expression.hpp> template< Kind, typename Tuple> struct expression { // types typedef ; // public member functions (); (); (); (); (); // public data members static kind; elements; };
Reference expression template that provides all operator overloads.
![]() |
Note |
|---|---|
|
Due to a limitation of Doxygen, each of the However, there are actually three functions:
|
expression public member functions();
Default constructor. Does nothing.
( rhs);
Moves rhs into the only data mamber, elements.
();
A convenience member function that dispatches to the free function value().
();
A convenience member function that dispatches to the free function left().
();
A convenience member function that dispatches to the free function right().