#include <regex_actions.hpp>
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 |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
INTERNAL ONLY.
|
inherited |
|
inlineinherited |
expr | The expression to wrap |
Extends<Expr> that = {expr}; return that;