The literal<> terminal wrapper, and the proto::lit() function for creating literal<> wrappers. More...
#include <boost/config.hpp>#include <boost/proto/proto_fwd.hpp>#include <boost/proto/expr.hpp>#include <boost/proto/traits.hpp>#include <boost/proto/extends.hpp>

Classes | |
| struct | boost::proto::utility::literal< T, Domain > | 
| A simple wrapper for a terminal, provided for ease of use.  More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input.  | |
| boost::proto | |
| boost::proto::utility | |
Functions | |
| template<typename T > | |
| literal< T & > const | boost::proto::lit (T &t) | 
A helper function for creating a literal<> wrapper.  More... | |
| template<typename T > | |
| literal< T const & > const | boost::proto::lit (T const &t) | 
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  More... | |
The literal<> terminal wrapper, and the proto::lit() function for creating literal<> wrappers.