![]() |
Home | Libraries | People | FAQ | More |
boost::yap::expression<expr_kind::terminal, hana::tuple< T >>
// In header: <boost/yap/expression.hpp> template<typename T> struct expression<, > { // types typedef ; // public member functions (); (); (); (); (); // public data members static kind; elements; };
Terminal expression specialization of the reference expression template.
![]() |
Note |
---|---|
Due to a limitation of Doxygen, the However, there are actually three functions:
|
expression
public member functions();
Default constructor. Does nothing.
( t);
Forwards t into elements
.
( rhs);
Copies rhs into the only data mamber, elements
.
( rhs);
Moves rhs into the only data mamber, elements
.
();
A convenience member function that dispatches to the free function value()
.