8 template <
typename Expr>
13 template <
typename... Exprs>
17 std::tuple<
typename Exprs::result_type...>,
21 template <
typename... Exprs>
22 inline tie_op<Exprs...>
tie(Exprs
const&... exprs);
27 #endif // TIE_EXPR_HPP Definition: tie_expr.hpp:9
Definition: adapter_base.hpp:12
Definition: expression.hpp:18
Definition: forward.hpp:25
tie_op< Exprs... > tie(Exprs const &... exprs)