#include <try_catch.hpp>
Public Member Functions | |
catch_all_gen (TryCatch const &try_catch_) | |
template<typename Expr > | |
boost::disable_if < proto::matches< typename proto::result_of::child_c < TryCatch, proto::arity_of < TryCatch >::value-1 >::type, rule::catch_all >, typename detail::catch_all_push_back < TryCatch, Expr >::type > ::type | operator[] (Expr const &expr) const |
Public Attributes | |
TryCatch const & | try_catch |
|
inline |
|
inline |
TryCatch const& boost::phoenix::catch_all_gen< TryCatch >::try_catch |