Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
literal.hpp File Reference

The literal<> terminal wrapper, and the proto::lit() function for creating literal<> wrappers. More...

Include dependency graph for literal.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

The literal<> terminal wrapper, and the proto::lit() function for creating literal<> wrappers.