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

#include <regex_actions.hpp>

Inheritance diagram for boost::xpressive::detail::let_domain:
Collaboration diagram for boost::xpressive::detail::let_domain:

Public Types

typedef
boost::proto::pod_generator
< let_
proto_generator
 
typedef Grammar proto_grammar
 
typedef Super proto_super_domain
 
typedef domain proto_base_domain
 
typedef void proto_is_domain_
 INTERNAL ONLY. More...
 

Public Member Functions

template<typename Expr >
BOOST_FORCEINLINE Extends< Expr > operator() (Expr const &e) const
 

Member Typedef Documentation

typedef domain boost::proto::domainns_::domain< boost::proto::pod_generator< let_ > , Grammar, Super >::proto_base_domain
inherited
typedef Grammar boost::proto::domainns_::domain< boost::proto::pod_generator< let_ > , Grammar, Super >::proto_grammar
inherited
typedef void boost::proto::domainns_::domain< boost::proto::pod_generator< let_ > , Grammar, Super >::proto_is_domain_
inherited

INTERNAL ONLY.

Member Function Documentation

template<template< typename > class Extends>
template<typename Expr >
BOOST_FORCEINLINE Extends<Expr> boost::proto::pod_generator< Extends >::operator() ( Expr const &  e) const
inlineinherited
Parameters
exprThe expression to wrap
Returns
Extends<Expr> that = {expr}; return that;

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