#ifndef SPROUT_WEED_TRAITS_EXPR_EXPR_OF_HPP #define SPROUT_WEED_TRAITS_EXPR_EXPR_OF_HPP #include #include #include #include #include namespace sprout { namespace weed { namespace traits { // // expr_of // template struct expr_of { public: typedef sprout::weed::expr< Tag, typename sprout::weed::traits::terminal_or_expr_of< typename sprout::weed::detail::uncvref::type >::type... > type; }; } // namespace traits } // namespace weed } // namespace sprout #endif // #ifndef SPROUT_WEED_TRAITS_EXPR_EXPR_OF_HPP