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