Commit 2b9b52af authored by Dominik Charousset's avatar Dominik Charousset

typedef arg types in detail::projection

parent 0336c915
......@@ -83,6 +83,8 @@ class projection {
typedef typename tdata_from_type_list<ProjectionFuns>::type fun_container;
typedef util::type_list<typename util::rm_const_and_ref<Ts>::type...> arg_types;
projection() = default;
projection(fun_container&& args) : m_funs(std::move(args)) { }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment