Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::proto::functional::as_env Struct Reference

#include <env.hpp>

Classes

struct  impl
 INTERNAL ONLY. More...
 
struct  impl< T, true >
 INTERNAL ONLY. More...
 
struct  result
 
struct  result< This(T)>
 

Public Member Functions

template<typename T >
impl< typename
detail::normalize_arg< T & >
::type >::result_type const 
operator() (T &t BOOST_PROTO_DISABLE_IF_IS_CONST(T)) const
 
template<typename T >
impl< typename
detail::normalize_arg< T const & >
::type >::result_type const 
operator() (T const &t) const
 

Member Function Documentation

template<typename T >
impl<typename detail::normalize_arg<T &>::type>::result_type const boost::proto::functional::as_env::operator() ( T &t   BOOST_PROTO_DISABLE_IF_IS_CONSTT) const
inline

References boost::flyweights::t.

template<typename T >
impl<typename detail::normalize_arg<T const &>::type>::result_type const boost::proto::functional::as_env::operator() ( T const &  t) const
inline

The documentation for this struct was generated from the following file: